summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-05 23:57:51 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-05 23:57:51 +0900
commita3195e9d4eeb44032c0435f09b3e4a3dbf606777 (patch)
treeba0cbb8db6209dbbcc6f544b1b598a46714e09ef
parentffde4e03cf178719c06c300939f8f469d7fc5e9c (diff)
scons: A few more compiler flags adjustments to match winddk.
-rw-r--r--common.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.py b/common.py
index 6de181739ba..36b190ce89f 100644
--- 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