chrisgeorges 23 years ago
parent
commit
86ac9e99e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/pptempl/compilerSettings.pp

+ 1 - 0
dtool/pptempl/compilerSettings.pp

@@ -216,6 +216,7 @@
 #endif
 
 #if $[GEN_ASSEMBLY]
+// Note:  Opt4 /GL will cause /FAs to not generate .asm!   Must remove /GL for /FAs to work!
 #define END_CFLAGS $[END_CFLAGS] /FAs
 #endif