Added interprocedural optimization for the static lib
This commit is contained in:
parent
8b1f5d011c
commit
13e2dbee04
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ target_link_libraries(sfizz PRIVATE sndfile absl::flat_hash_map Threads::Threads
|
|||
if(UNIX)
|
||||
target_link_libraries(sfizz PUBLIC atomic)
|
||||
endif(UNIX)
|
||||
set_property(TARGET sfizz_parser PROPERTY INTERPROCEDURAL_OPTIMIZATION True)
|
||||
set_property(TARGET sfizz PROPERTY INTERPROCEDURAL_OPTIMIZATION True)
|
||||
|
||||
add_library(sfizz::parser ALIAS sfizz_parser)
|
||||
add_library(sfizz::sfizz ALIAS sfizz)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue