Skip to content

Commit

Permalink
Undo std flags
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Madry <[email protected]>
  • Loading branch information
wojciechmadry committed Nov 27, 2023
1 parent 7b43a1c commit fcbf12d
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 @@ -28,7 +28,7 @@ add_executable(Kulki
${SRC_FILES}
)

target_compile_options(Kulki PRIVATE -O3 -Wextra -Werror -W -Wshadow -Wdouble-promotion -Wformat=2 -Wundef -fno-common -Wconversion -pedantic -Wall -stdlib=libstdc++ -std=c++20)
target_compile_options(Kulki PRIVATE -O3 -Wextra -Werror -W -Wshadow -Wdouble-promotion -Wformat=2 -Wundef -fno-common -Wconversion -pedantic -Wall)

if(UNIX)
target_link_libraries(Kulki PUBLIC Threads::Threads)
Expand Down

0 comments on commit fcbf12d

Please sign in to comment.