removed incompatible flags for debugging VCC release builds

This commit is contained in:
Zahary Karadjov
2011-12-07 00:48:43 +02:00
parent 2f95e4d829
commit 446b042188

View File

@@ -107,7 +107,7 @@ clang.options.size = "-Os"
# Configuration for the Visual C/C++ compiler:
vcc.options.linker = "/DEBUG /Zi /Fd\"$projectName.pdb\" /F33554432" # set the stack size to 8 MB
vcc.options.debug = "/RTC1 /Zi /Fd\"$projectName.pdb\""
vcc.options.debug = "/Zi /Fd\"$projectName.pdb\""
vcc.options.always = "/nologo"
vcc.options.speed = "/Ox /arch:SSE2"
vcc.options.size = "/O1"