prevent Opus from linking dynamically (ssp)
This commit is contained in:
parent
57f3b9cd4d
commit
0cec98199e
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ endif()
|
|||
|
||||
# Opus is mandatory
|
||||
set(OPUS_X86_MAY_HAVE_AVX2 OFF CACHE BOOL "Enable AVX2 for Opus" FORCE)
|
||||
set(OPUS_FORTIFY_SOURCE OFF CACHE BOOL "Enable Fortify Source" FORCE)
|
||||
set(OPUS_STACK_PROTECTOR OFF CACHE BOOL "Enable Fortify Source" FORCE)
|
||||
add_subdirectory(extern/opus EXCLUDE_FROM_ALL)
|
||||
|
||||
if (USE_SNDFILE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue