Skip to content

Commit

Permalink
Update CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverinDenisenko committed Mar 4, 2024
1 parent 62e1ac6 commit 27f1cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ set(UNIVERSAL_COMPILE_FEATURES "-fno-exceptions" "-fno-rtti" "-g")
set(UNIVERSAL_COMPILE_OPTIONS ${UNIVERSAL_COMPILE_WARNINGS} ${UNIVERSAL_COMPILE_FEATURES} ${UNIVERSAL_COMPILE_SUPPRESSIONS})

if(APPLE)
set(UNIVERSAL_LINKER_OPTIONS "-flto" "-fuse-ld=gold" "-g")
else()
set(UNIVERSAL_LINKER_OPTIONS "-flto" "-g")
else()
set(UNIVERSAL_LINKER_OPTIONS "-flto" "-fuse-ld=gold" "-g")
endif()

if(ENABLE_ASAN)
Expand Down

0 comments on commit 27f1cb1

Please sign in to comment.