gctf2023/pwn/flipper/dist/arch/x86/64/CMakeLists.userspace
2023-11-24 13:11:34 -05:00

3 lines
271 B
Plaintext

set(ARCH_USERSPACE_COMPILE_OPTIONS -Wall -Werror -std=gnu11 -g -O0 -m64 -static -nostdinc -fno-builtin -nostdlib -nodefaultlibs -fno-stack-protector -fno-common -Werror=implicit-function-declaration -fno-stack-clash-protection)
set(ARCH_USERSPACE_LINKER_OPTIONS -static)