Skip to content

Commit

Permalink
delete -g flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JensUweUlrich committed Mar 16, 2022
1 parent 9bb5801 commit ce14337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
set(CMAKE_INSTALL_PREFIX "/usr/local/${PROJECT_NAME}")
add_compile_options("-Ofast")
add_compile_options("-g")
# add_compile_options("-g")
# add_compile_options("-O0")
# add_link_options("stdc++fs")
add_compile_options("-std=c++17")
Expand Down

0 comments on commit ce14337

Please sign in to comment.