projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba1b43
)
Wed Jan 8 19:56:43 1997 Geoffrey Noer <noer@skaro.cygnus.com>
author
Geoffrey Noer
<noer@cygnus>
Thu, 9 Jan 1997 04:00:07 +0000
(
04:00
+0000)
committer
Geoffrey Noer
<noer@cygnus>
Thu, 9 Jan 1997 04:00:07 +0000
(
04:00
+0000)
* mh-cygwin32: override CFLAGS so debug info isn't included
in cygwin32-hosted tools by default
config/mh-cygwin32
patch
|
blob
|
history
diff --git
a/config/mh-cygwin32
b/config/mh-cygwin32
index a798f8b060949bd102e5848837c502ddc4b1dcd5..2d7035ec1169f786e0959d7b1ac497b38aa960eb 100644
(file)
--- 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