Skip to content

Commit

Permalink
forbid boost inlining for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 22, 2024
1 parent d0a1618 commit 438691b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ option(SANITIZE "Build sanitizers" FALSE)

if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
set(CMAKE_CXX_FLAGS "-ggdb -O0")
set(BOOST_FORCEINLINE "OFF")
endif()

if(${SANITIZE})
Expand Down

0 comments on commit 438691b

Please sign in to comment.