scons: A few more compiler flags adjustments to match winddk.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 5 May 2008 14:57:51 +0000 (23:57 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 5 May 2008 14:57:51 +0000 (23:57 +0900)
common.py

index 6de181739bab0baf1c47566d43eef516cbdc98e0..36b190ce89f23a0ab93ff6f1b1de5984e911da4c 100644 (file)
--- a/common.py
+++ b/common.py
@@ -245,12 +245,11 @@ def generate(env):
                                '/GX-', # disable C++ EH
                                '/GR-', # disable C++ RTTI
                                '/GF', # enable read-only string pooling
-                               '/GS', # enable security checks
                                '/G6', # optimize for PPro, P-II, P-III
                                '/Ze', # enable extensions
-                               #'/Gi-', # ???
+                               '/Gi-', # disable incremental compilation
                                '/QIfdiv-', # disable Pentium FDIV fix
-                               #'/hotpatch', # ???
+                               '/hotpatch', # prepares an image for hotpatching.
                                #'/Z7', #enable old-style debug info
                        ]
                # Put debugging information in a separate .pdb file for each object file as