Skip to content

Commit

Permalink
TEMP COMMIT - cmake add temp -g3 and -fno-omit-frame-pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
cHuberCoffee committed Aug 30, 2023
1 parent 0dc700d commit c67c792
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ option(LIBRE_BUILD_STATIC "Build static library" ON)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

add_compile_options(
-g3
-fno-omit-frame-pointer
)

if(MSVC)
add_compile_options("/W3")
else()
Expand Down

0 comments on commit c67c792

Please sign in to comment.