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:
authorMartin Poirier <theeth@yahoo.com>2008-10-31 03:23:01 +0300
committerMartin Poirier <theeth@yahoo.com>2008-10-31 03:23:01 +0300
commit457b1118a231dcb190696ddc4ae034e2d082a79c (patch)
tree3595b7bed0b5c74035e8d5c4da4d8cf622175a93 /config
parent0bd7934be731aba65680c7fe59f2d89a06391899 (diff)
Fix compile flags in linux config to fit Nathan's changes.
Warning to others: Those flags are lists now, be careful and update other configs if needed.
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 181f1d5364d..ca07bf10ab8 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -187,9 +187,9 @@ REL_CCFLAGS = ['-O2']
##ARFLAGS = ruv
##ARFLAGSQUIET = ru
##
-C_WARN = '-Wall -Wno-char-subscripts -Wdeclaration-after-statement'
+C_WARN = ['-Wno-char-subscripts', '-Wdeclaration-after-statement']
-CC_WARN = '-Wall'
+CC_WARN = ['-Wall']
##FIX_STUBS_WARNINGS = -Wno-unused