summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers/wrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gcc-wrappers/wrapper.cxx')
-rw-r--r--solenv/gcc-wrappers/wrapper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx
index 918a9b59307f..9dacb26116c1 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -118,9 +118,7 @@ string processccargs(vector<string> rawargs) {
}
else if(*i == "-g") {
args.append("-Zi");
-#if _MSC_VER >= 1800
args.append(" -FS");
-#endif
}
else if(!(*i).compare(0,2,"-D")) {
// need to re-escape strings for preprocessor