Skip to content

Commit

Permalink
comment -g parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JensUweUlrich committed Aug 17, 2022
1 parent ee9382e commit 1941ad6
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 1941ad6

Please sign in to comment.