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:
authorKent Mein <mein@cs.umn.edu>2004-04-02 23:37:20 +0400
committerKent Mein <mein@cs.umn.edu>2004-04-02 23:37:20 +0400
commita234885db8bcfe58f50346b4fac3335f1d56adb1 (patch)
treeaa1717362dcff6d8ce2a07fea6c8cb793245254c /source/nan_compile.mk
parent7cc4d7525d401048068e34376d6095edc1341f79 (diff)
Lowered optimization for solaris gcc to -O1
this is for bug # 1052 Basically the higher optimization causes blender to choke on the provided blend file. Kent
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index c3e8ea6b409..be73368bfc1 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -166,8 +166,8 @@ ifeq ($(OS),solaris)
JAVAH = javah
CFLAGS += -pipe -fPIC
CCFLAGS += -pipe -fPIC
- REL_CFLAGS += -O2
- REL_CCFLAGS += -O2
+ REL_CFLAGS += -O1
+ REL_CCFLAGS += -O1
NAN_DEPEND = true
ifeq ($(CPU),sparc)
OPENGL_HEADERS = /usr/openwin/share/include