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>2002-11-12 00:33:11 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-12 00:33:11 +0300
commitd4e488abed445987ceb159abfd66cbaa4cca6949 (patch)
tree5a7b5105413dcfce48f2e39340443d6bd0104de6 /source/nan_compile.mk
parentf8843ee7e97a1406d0c5945a1250f272f79df085 (diff)
Changed -O3 to -O2 under linux
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 56f308c63ff..b9bb9d5c0c9 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -120,8 +120,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