Skip to content

Commit

Permalink
EXDs-286: Add debug symbols flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSizedJoe committed Jan 19, 2024
1 parent 3fcb6bb commit 3ce1ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ if (FORCE_COLORED_OUTPUT AND (CMAKE_GENERATOR STREQUAL "Ninja") AND
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always")
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")

find_package(Threads REQUIRED)

if (USE_OPENMP)
Expand Down

0 comments on commit 3ce1ff9

Please sign in to comment.