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:
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index cbed1ccbc5e..eb0a2ca2939 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -135,6 +135,8 @@ CXX = 'cl.exe'
CCFLAGS = ['/nologo', '/Og', '/Ot', '/Ob1', '/Op', '/G6','/EHsc', '/J', '/W3', '/Gd', '/MT']
+BF_DEBUG_FLAGS = ['/Zi', '/FR${TARGET.base}.sbr']
+
CPPFLAGS = ['-DWIN32','-D_CONSOLE', '-D_LIB', '-DUSE_OPENAL', '-DFTGL_LIBRARY_STATIC']
REL_CFLAGS = ['-O2', '-DNDEBUG']
REL_CCFLAGS = ['-O2', '-DNDEBUG']