Kaydet (Commit) 8dbf681a authored tarafından Greg Ward's avatar Greg Ward

Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded

RT library.
üst 1b3a9af5
......@@ -37,7 +37,7 @@ class MSVCCompiler (CCompiler) :
self.cc = "cl.exe"
self.link = "link.exe"
self.preprocess_options = None
self.compile_options = [ '/nologo' ]
self.compile_options = [ '/nologo', '/Ox', '/MD', '/GD' ]
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