From e13247a2f30e5761d583555d161c5c54ccb8bb11 Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Thu, 9 Jan 1997 04:00:07 +0000 Subject: [PATCH] Wed Jan 8 19:56:43 1997 Geoffrey Noer * mh-cygwin32: override CFLAGS so debug info isn't included in cygwin32-hosted tools by default --- config/mh-cygwin32 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index a798f8b060..2d7035ec11 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