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:
parent
2a4969d281
commit
23676bee1f
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue