Makefile: disable stack protector in Ubuntu
This commit is contained in:
parent
30e5cd0c7e
commit
a873515bde
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ CFLAGS += -O2 -MMD -Wall -Werror $(INCFLAGS) \
|
|||
-D__PLATFORM__=$(PLATFORM) -D__PLATFORM_$(shell echo $(PLATFORM) | tr a-z A-Z | tr - _) \
|
||||
-DARCH_H=\"arch/$(ARCH).h\" \
|
||||
-fno-asynchronous-unwind-tables -fno-builtin -fno-stack-protector \
|
||||
-Wno-main
|
||||
-Wno-main -U_FORTIFY_SOURCE
|
||||
CXXFLAGS += $(CFLAGS) -ffreestanding -fno-rtti -fno-exceptions
|
||||
ASFLAGS += -MMD $(INCFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue