Skip to content

Commit

Permalink
Separate file for symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Nov 8, 2023
1 parent d9a21d4 commit a2f9969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/$<CONFIGURATION>)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/$<CONFIGURATION>)
# link time optimization
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE TRUE CACHE INTERNAL "") # only enable on release
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym" CACHE INTERNAL "") # don't embed symbols in the binaries themselves

if(MSVC)
add_definitions(/MP)
Expand Down

0 comments on commit a2f9969

Please sign in to comment.