mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-12-18 20:34:22 -05:00
use safe_flag for -fstack-clash-protection
This commit is contained in:
parent
352c083f65
commit
4171bd164e
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ endef
|
|||||||
|
|
||||||
CPPFLAGS := $(CPPFLAGS) -D_GNU_SOURCE -I include
|
CPPFLAGS := $(CPPFLAGS) -D_GNU_SOURCE -I include
|
||||||
SHARED_FLAGS := -pipe -O3 -flto -fPIC -fvisibility=hidden -fno-plt \
|
SHARED_FLAGS := -pipe -O3 -flto -fPIC -fvisibility=hidden -fno-plt \
|
||||||
-fstack-clash-protection $(call safe_flag,-fcf-protection) -fstack-protector-strong \
|
$(call safe_flag,-fstack-clash-protection) $(call safe_flag,-fcf-protection) -fstack-protector-strong \
|
||||||
-Wall -Wextra $(call safe_flag,-Wcast-align=strict,-Wcast-align) -Wcast-qual -Wwrite-strings \
|
-Wall -Wextra $(call safe_flag,-Wcast-align=strict,-Wcast-align) -Wcast-qual -Wwrite-strings \
|
||||||
-Wundef
|
-Wundef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user