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
Notes: sideshowbarker 2024-07-18 02:45:22 +09:00

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")