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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-28 03:18:59 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-28 03:18:59 +0300
commit872d191113ff135e1a4ce2b119617fff215c0625 (patch)
tree42355a6f7ec213e0f7146b84fc7752c26da52e82 /config/win32-vc-config.py
parent4e94930715db8fcfdff48185d0b2fe6b96e72751 (diff)
* /W4 accidently slipped through.
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index a761d95148b..8ba8c8f04e6 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -167,7 +167,7 @@ BF_OPENGL_LIB_STATIC = [ '${BF_OPENGL}/lib/libGL.a', '${BF_OPENGL}/lib/libGLU.a'
CC = 'cl.exe'
CXX = 'cl.exe'
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W4', '/Gd', '/MT']
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/MT']
CXXFLAGS = ['/EHsc']
BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']