mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
Kernel: Add -fsigned-char to ensure consistency across platforms
This commit is contained in:
parent
2a4969d281
commit
23676bee1f
Notes:
sideshowbarker
2024-07-18 02:45:22 +09:00
Author: https://github.com/jamesmintram
Commit: 23676bee1f
Pull-request: https://github.com/SerenityOS/serenity/pull/10453
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
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