Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-12-27 19:52:51 +0300
committerRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-12-27 19:52:51 +0300
commitc5925664a29307d63029472616fa549ec8b3267e (patch)
tree760ee8044dd578dc1c0a288912fcb10efa44a161 /source/nan_compile.mk
parentc4766583483154bc3c4a652d8ba28adb2a8cf9b9 (diff)
Accidently committed local flags. Bad coder.
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk6
1 files changed, 3 insertions, 3 deletions
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