1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove compiler flags, which aren't supported by clang

This commit is contained in:
Stefan Lankes 2017-08-07 09:17:21 +02:00
parent c059dfde83
commit e2bcdaf7db

View file

@ -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
-fstrength-reduce -fomit-frame-pointer -finline-functions)
-fomit-frame-pointer)
target_link_libraries(arch_x86_loader
arch_x86_loader_asm