Fix stack error when compiling on Common-GCC

This commit is contained in:
Curle 2019-06-20 23:39:18 +01:00
parent 81d4d93c12
commit 0a552f62d8

View File

@ -2,7 +2,7 @@ DEFAULT_HOST:=i686-elf
HOST?=DEFAULT_HOST
HOSTARCH:=i386
CFLAGS?= -O2 -g -m32 -no-pie
CFLAGS?= -O2 -g -m32 -no-pie -fno-stack-protector
CPPFLAGS?=
LDFLAGS?=
LIBS?=