Skip to content

Commit

Permalink
disable build id
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 7, 2024
1 parent 14dcb49 commit b904071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ add_library(
src/voice.cpp
)

# Add linker options to disable build id
target_link_options(babylon PRIVATE "--build-id=none")

# Set the output directory for the shared library
set_target_properties(
babylon
Expand Down

0 comments on commit b904071

Please sign in to comment.