From c5925664a29307d63029472616fa549ec8b3267e Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Sat, 27 Dec 2003 16:52:51 +0000 Subject: Accidently committed local flags. Bad coder. --- source/nan_compile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/nan_compile.mk b/source/nan_compile.mk index f5ffaac07ff..c0dd6e84de5 100644 --- a/source/nan_compile.mk +++ b/source/nan_compile.mk @@ -106,7 +106,7 @@ ifeq ($(OS),irix) CC = cc CCC = CC CFLAGS += -n32 -mips3 -Xcpluscomm - CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std + CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std REL_CFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0 REL_CCFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0 OPENGL_HEADERS = /usr/include @@ -120,8 +120,8 @@ ifeq ($(OS),linux) CC = gcc CCC = g++ # CFLAGS += -pipe - CFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx - CCFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx + CFLAGS += -pipe -fPIC + CCFLAGS += -pipe -fPIC # CCFLAGS += -pipe REL_CFLAGS += -O3 REL_CCFLAGS += -O3 -- cgit v1.2.3