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:
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 2fdfba4904b..d1fc3ae0c1b 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -121,8 +121,8 @@ CFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
CPPFLAGS = ['-DXP_UNIX']
CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
PLATFORM_LINKFLAGS = '-framework CoreServices -framework Foundation -framework IOKit -framework AppKit -framework Carbon -framework AGL -framework AudioUnit -framework AudioToolbox -framework CoreAudio -framework QuickTime'
-REL_CFLAGS = ' -O2 '
-REL_CCFLAGS = ' -O2 '
+REL_CFLAGS = ['-O2']
+REL_CCFLAGS = ['-O2']
##BF_DEPEND = 'true'
##
##AR = ar