1997-01-09 04:00:07 +00:00
|
|
|
# We don't want debugging info in Win32-hosted toolchains.
|
|
|
|
# Accomplish this by overriding CFLAGS.
|
|
|
|
CFLAGS=-O2
|
1997-03-27 23:55:00 +00:00
|
|
|
CXXFLAGS=-O2
|
1997-01-09 04:00:07 +00:00
|
|
|
|
1997-03-26 02:21:57 +00:00
|
|
|
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
|
1997-09-15 03:55:59 +00:00
|
|
|
# built without debugging information
|
1997-03-26 02:21:57 +00:00
|
|
|
|
|
|
|
LIBGCC2_DEBUG_CFLAGS=
|
|
|
|
|
1996-08-17 11:59:22 +00:00
|
|
|
# custom installation rules for cygwin32 (append .exe to binaries, etc.)
|
1996-06-24 06:05:21 +00:00
|
|
|
INSTALL_DOSREL=install-dosrel
|