mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-09 04:37:52 +03: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: https://github.com/SerenityOS/serenity/commit/23676bee1f9 Pull-request: https://github.com/SerenityOS/serenity/pull/10453 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
@ -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…
Reference in New Issue
Block a user