diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-cygwin32 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index 2d7035e..29d4bc6 100644 --- a/config/mh-cygwin32 +++ b/config/mh-cygwin32 @@ -2,6 +2,11 @@ # Accomplish this by overriding CFLAGS. CFLAGS=-O2 +# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be +# build without debugging information + +LIBGCC2_DEBUG_CFLAGS= + # We set MAKEINFOFLAGS to not split .info files, because the resulting # file names don't work on DOS. MAKEINFOFLAGS=--no-split |