chrisgeorges 23 년 전
부모
커밋
86ac9e99e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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