Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent 72ea944 commit d7d85d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(SLNOSLAV
)

if(MSVC)
set(CMAKE_C_FLAGS "-std=c17 -pg")
add_compile_options(/std:c17)
else()
set(CMAKE_C_FLAGS "-std=c17 -pg -Wall -Werror")
endif()
Expand Down

0 comments on commit d7d85d8

Please sign in to comment.