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 20:29:25 +0300
committerRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-12-27 20:29:25 +0300
commitd2f725ef86083cf7234dcd4f4b19576e1cf85191 (patch)
treeb76d121003a2a03eaf72ecec7e2caf3e7dc2cc68 /source/nan_compile.mk
parentc5925664a29307d63029472616fa549ec8b3267e (diff)
Another bad flag. Mea Culpa.
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 c0dd6e84de5..2a3946f1c4a 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -123,8 +123,8 @@ ifeq ($(OS),linux)
CFLAGS += -pipe -fPIC
CCFLAGS += -pipe -fPIC
# CCFLAGS += -pipe
- REL_CFLAGS += -O3
- REL_CCFLAGS += -O3
+ REL_CFLAGS += -O2
+ REL_CCFLAGS += -O2
NAN_DEPEND = true
ifeq ($(CPU),alpha)
CFLAGS += -mieee