mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.
This commit is contained in:
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user