diff options
-rw-r--r-- | config/mh-cygwin32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index a798f8b..2d7035e 100644 --- a/config/mh-cygwin32 +++ b/config/mh-cygwin32 @@ -1,3 +1,7 @@ +# We don't want debugging info in Win32-hosted toolchains. +# Accomplish this by overriding CFLAGS. +CFLAGS=-O2 + # We set MAKEINFOFLAGS to not split .info files, because the resulting # file names don't work on DOS. MAKEINFOFLAGS=--no-split |