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 aedd23d commit 32516f6
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 -Wall")
set(CMAKE_C_FLAGS "-std=c17 -pg")
else()
set(CMAKE_C_FLAGS "-std=c17 -pg -Wall -Werror")
endif()
Expand Down

0 comments on commit 32516f6

Please sign in to comment.