Kaydet (Commit) 01f52158 authored tarafından Greg Ward's avatar Greg Ward

Removed /GD switch -- currently ignored by MSVC.

üst 8dbf681a
......@@ -37,7 +37,7 @@ class MSVCCompiler (CCompiler) :
self.cc = "cl.exe"
self.link = "link.exe"
self.preprocess_options = None
self.compile_options = [ '/nologo', '/Ox', '/MD', '/GD' ]
self.compile_options = [ '/nologo', '/Ox', '/MD' ]
self.ldflags_shared = ['/DLL', '/nologo']
self.ldflags_static = [ '/nologo']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment