build everything static for faster analysis by angr/manticore
This commit is contained in:
parent
b3dcd964fe
commit
dbd3286735
@ -55,9 +55,9 @@ add_library(${PROJECT_NAME}32 STATIC
|
||||
src/lib/Stream.c
|
||||
)
|
||||
|
||||
target_compile_options(${PROJECT_NAME} PUBLIC -mno-avx)
|
||||
target_compile_options(${PROJECT_NAME} PUBLIC -mno-avx --static)
|
||||
|
||||
target_compile_options(${PROJECT_NAME}32 PUBLIC -m32 -g3 -mno-avx)
|
||||
target_compile_options(${PROJECT_NAME}32 PUBLIC -m32 -g3 -mno-avx --static)
|
||||
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user