mirror of
https://github.com/xcat2/xNBA.git
synced 2025-10-30 02:42:44 +00:00
Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.
This commit is contained in:
committed by
Michael Brown
parent
bfc4737751
commit
4ff85d9f15
@@ -136,6 +136,9 @@ ifneq ($(GCC_MINORVERSION),4)
|
||||
CFLAGS+= -march=i386
|
||||
endif
|
||||
|
||||
# this is almost always a win. the kernel uses it, too.
|
||||
CFLAGS+= -mpreferred-stack-boundary=2
|
||||
|
||||
LDFLAGS+= -N
|
||||
|
||||
ifeq "$(shell uname -s)" "FreeBSD"
|
||||
|
||||
Reference in New Issue
Block a user