Merge "arm: upgrade to _FORTIFY_SOURCE=2"
This commit is contained in:
commit
835816ae9e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ TARGET_GLOBAL_CFLAGS += \
|
||||||
-fstack-protector \
|
-fstack-protector \
|
||||||
-Wa,--noexecstack \
|
-Wa,--noexecstack \
|
||||||
-Werror=format-security \
|
-Werror=format-security \
|
||||||
-D_FORTIFY_SOURCE=1 \
|
-D_FORTIFY_SOURCE=2 \
|
||||||
-fno-short-enums \
|
-fno-short-enums \
|
||||||
$(arch_variant_cflags)
|
$(arch_variant_cflags)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue