Browse Source

reorg things a little

cxgeorge 25 years ago
parent
commit
9f6494be93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dtool/pptempl/compilerSettings.pp

+ 2 - 1
dtool/pptempl/compilerSettings.pp

@@ -30,7 +30,8 @@
   #define COMMONFLAGS /Gi- /Qwd985
   #define COMMONFLAGS /Gi- /Qwd985
 //  #define OPTFLAGS /O3 /G6 /Qvc6 /Qipo /QaxW /Qvec_report1 
 //  #define OPTFLAGS /O3 /G6 /Qvc6 /Qipo /QaxW /Qvec_report1 
   #define OPTFLAGS /O3 /G6 /Qvc6 /Qip
   #define OPTFLAGS /O3 /G6 /Qvc6 /Qip
-  #define DEBUGFLAGS /MDd /Zi /Qinline_debug_info
+  // Oy- needed for MS debugger
+  #define DEBUGFLAGS /MDd /Zi /Qinline_debug_info /Oy-
   #define OPT1FLAGS /GZ /Od
   #define OPT1FLAGS /GZ /Od
   #define RELEASEFLAGS /MD
   #define RELEASEFLAGS /MD
   // We assume the Intel compiler installation dir is mounted as /ia32.
   // We assume the Intel compiler installation dir is mounted as /ia32.