Skip to content

Commit

Permalink
Updated CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed May 16, 2024
1 parent 4ea8da5 commit d5233e7
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 @@ -6,6 +6,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

add_definitions(-Wall)
add_definitions(-Wextra)
add_definitions(-fno-omit-frame-pointer)
# add_definitions(-O0)

if(NOT MRS_ENABLE_TESTING)
message(WARNING "relwithdebinfo profile detected, building with -O3")
Expand Down

0 comments on commit d5233e7

Please sign in to comment.