mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Meta: Force signed char on all architectures
This commit is contained in:
parent
a1cf2708ee
commit
7768f97333
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue