Skip to content

Commit

Permalink
removed compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed May 18, 2024
1 parent 18d5f3e commit 5d59cf9
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 @@ -30,7 +30,7 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -Wall -DNDEBUG")
set(CMAKE_CXX_FLAGS_PROFILING "-O3 -Wall -pg")
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -Wall -g3 -ggdb -fconcepts-diagnostics-depth=4")
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -Wall -g3 -ggdb")
endif()

# set(CMAKE_BUILD_TYPE "Release")
Expand Down

0 comments on commit 5d59cf9

Please sign in to comment.