diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index 6622d65cf4..58b7dea839 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/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