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
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-04 18:52:55 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-04 18:52:55 +0300
commite48ed941a0b5d846d837e24740151f710b7fa067 (patch)
treec851d3dda209c79e896e24a5a1f4b2677a04306d /config
parentc0234bd9ecb0c7ab1065dfe4ebaf779fe8d99426 (diff)
==SCons==
* If you set C_WARN=[] and CC_WARN=[] in your user-config.py, no complaints whatsoever should show. Otherwise a lot of warnings are shown.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 6d6ffe77257..18aea1e497c 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -114,8 +114,8 @@ CFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
CPPFLAGS = ['-DXP_UNIX']
CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
-REL_CFLAGS = ' -O2 '
-REL_CCFLAGS = ' -O2 '
+REL_CFLAGS = ['-O2']
+REL_CCFLAGS = ['-O2']
##BF_DEPEND = 'true'
##
##AR = ar