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:44:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-04 18:44:34 +0300
commitc0234bd9ecb0c7ab1065dfe4ebaf779fe8d99426 (patch)
tree7ed89bffbd72d38cdfac59288d3c20d410702045 /config
parent0884402f2bd52365ddd964d677f3fceaa92e91f9 (diff)
==SCons==
* add REL_CFLAGS and REL_CCFLAGS when not building debug. This adds NDEBUG to compile on Win32 * fix path to makesdna binary
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 377d5f41ec6..6c48641136d 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -132,8 +132,8 @@ BF_OPENGL_LIB_STATIC = [ BF_OPENGL + '/lib/libGL.a', BF_OPENGL + '/lib/libGLU.a'
CCFLAGS = ['/nologo', '/Og', '/Ot', '/Ob1', '/Op', '/G6','/EHsc', '/J', '/W3', '/Gd', '/MT']
CPPFLAGS = ['-DWIN32','-D_CONSOLE', '-D_LIB', '-DUSE_OPENAL', '-DFTGL_LIBRARY_STATIC']
-REL_CFLAGS = []
-REL_CCFLAGS = []
+REL_CFLAGS = ['-O2', '-DNDEBUG']
+REL_CCFLAGS = ['-O2', '-DNDEBUG']
##BF_DEPEND = 'true'
##
##AR = ar