mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
disable builtin functions
This commit is contained in:
parent
fa8bc21852
commit
597ccb13ac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ target_include_directories(arch_x86_loader
|
|||
|
||||
target_compile_options(arch_x86_loader
|
||||
PRIVATE -O2 -Wall -m64 -std=gnu99 -ffreestanding -mno-red-zone
|
||||
-fomit-frame-pointer)
|
||||
-fomit-frame-pointer -fno-builtin -fnostdlib -nostdinc)
|
||||
|
||||
include(CheckCCompilerFlag)
|
||||
check_c_compiler_flag(-fstrength-reduce HAS_STRENGTH_REDUCE)
|
||||
|
|
Loading…
Add table
Reference in a new issue