From 86ac9e99e003321479c2c1aea72cbe53d0681788 Mon Sep 17 00:00:00 2001 From: chrisgeorges <> Date: Thu, 27 Feb 2003 23:53:42 +0000 Subject: [PATCH] comment --- dtool/pptempl/compilerSettings.pp | 1 + 1 file changed, 1 insertion(+) 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