[syslinux:master] linux: remove debugging OPTFLAGS

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon May 9 15:06:03 PDT 2011


Commit-ID:  5b2d99e4726e98a69492f452c7e2a9cbce46c55d
Gitweb:     http://syslinux.zytor.com/commit/5b2d99e4726e98a69492f452c7e2a9cbce46c55d
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 9 May 2011 15:01:45 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 9 May 2011 15:01:45 -0700

linux: remove debugging OPTFLAGS

Remove debugging OPTFLAGS which really should have made it in.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 linux/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/Makefile b/linux/Makefile
index b9dac17..ddc2f56 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -18,7 +18,7 @@ topdir = ..
 MAKEDIR = $(topdir)/mk
 include $(MAKEDIR)/syslinux.mk
 
-OPTFLAGS = -g -O0 -Dalloca=malloc
+OPTFLAGS = -g -Os
 INCLUDES = -I. -I.. -I../libinstaller
 CFLAGS	 = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES)
 LDFLAGS	 = 



More information about the Syslinux-commits mailing list