summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-26 10:27:05 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-26 10:27:05 +0000
commit51eea8090485bc2103942db4e2dc65d2c9a825a9 (patch)
tree68e3295a25beef8ce27811d4227128433b3d6140
parent12d30455d93a6ca14416ae3529c3eee11bd3ff38 (diff)
What is -O4 anyway?
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2957 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 167b0b1..6d26634 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,8 @@ else
ALL_MODULES+=$(patsubst %,xpp/%.ko,xpp_usb xpd_fxo xpd_fxs xpp)
endif
-CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
+OPTFLAG=-O2
+CFLAGS+=-I. $(OPTFLAGS) -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
ifneq (,$(findstring ppc,$(UNAME_M)))
CFLAGS_PPC:=-fsigned-char
endif