aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib/MCONFIG
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-30 16:03:24 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-30 16:03:24 -0700
commit23795d290ed8026150c5634dd31db030771ac53a (patch)
treef6ddffa6ca0abb76c711cfe9045325c87b43f33d /com32/lib/MCONFIG
parent7843b240080ab04f9b0d56c8ee5b7f3271b9c94f (diff)
downloadsyslinux-elf-23795d290ed8026150c5634dd31db030771ac53a.tar.gz
syslinux-elf-23795d290ed8026150c5634dd31db030771ac53a.tar.xz
syslinux-elf-23795d290ed8026150c5634dd31db030771ac53a.zip
More sophisticated alpha blending; comment out background call ATM
Diffstat (limited to 'com32/lib/MCONFIG')
-rw-r--r--com32/lib/MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG
index 1263b516..b542196e 100644
--- a/com32/lib/MCONFIG
+++ b/com32/lib/MCONFIG
@@ -23,7 +23,7 @@ LIBFLAGS = -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO \
REQFLAGS = -g -m32 -mregparm=3 -DREGPARM=3 -D__COM32__ -I. -I./sys -I../include
OPTFLAGS = -Os -march=i386 -falign-functions=0 -falign-jumps=0 \
- -falign-labels=0 -ffast-math
+ -falign-labels=0 -ffast-math -fomit-frame-pointer
WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
CFLAGS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d $(OPTFLAGS) \