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=
|