View | Details | Raw Unified
Collapse All | Expand All

(-) Makefile.target.orig (-1 / +1 lines)
 Lines 70-76    Link Here 
endif
endif
# We require -O2 to avoid the stack setup prologue in EXIT_TB
# We require -O2 to avoid the stack setup prologue in EXIT_TB
OP_CFLAGS = -Wall -O2 -g -fno-strict-aliasing
OP_CFLAGS = -Wall -O2 -g -fno-strict-aliasing -nopie -fno-stack-protector
ifeq ($(ARCH),i386)
ifeq ($(ARCH),i386)
HELPER_CFLAGS+=-fomit-frame-pointer
HELPER_CFLAGS+=-fomit-frame-pointer