1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

Kernel: Add -fsigned-char to ensure consistency across platforms

This commit is contained in:
James Mintram 2021-10-14 00:04:04 +01:00 committed by Linus Groh
parent 2a4969d281
commit 23676bee1f

View file

@ -362,6 +362,7 @@ else()
)
endif()
add_compile_options(-fsigned-char)
add_compile_options(-Wno-unknown-warning-option -Wvla -Wnull-dereference)
add_compile_options(-fno-rtti -ffreestanding -fbuiltin)
if ("${SERENITY_ARCH}" STREQUAL "i686" OR "${SERENITY_ARCH}" STREQUAL "x86_64")