Meta: Force signed char on all architectures

This commit is contained in:
Sönke Holz 2023-12-12 17:05:29 +01:00 committed by Andrew Kaster
parent a1cf2708ee
commit 7768f97333
Notes: sideshowbarker 2024-07-17 06:29:49 +09:00

View File

@ -20,6 +20,7 @@ add_compile_options(-Wwrite-strings)
add_compile_options(-fno-delete-null-pointer-checks)
add_compile_options(-ffile-prefix-map=${SerenityOS_SOURCE_DIR}=.)
add_compile_options(-fno-omit-frame-pointer)
add_compile_options(-fsigned-char)
add_compile_options(-fsized-deallocation)
add_compile_options(-fstack-clash-protection)
add_compile_options(-fstack-protector-strong)