Revision 14548,
357 bytes
checked in by ghudson, 25 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r14547,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # We don't want debugging info in Win32-hosted toolchains. |
---|
2 | # Accomplish this by overriding CFLAGS. |
---|
3 | CFLAGS=-O2 |
---|
4 | CXXFLAGS=-O2 |
---|
5 | |
---|
6 | # We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be |
---|
7 | # built without debugging information |
---|
8 | |
---|
9 | LIBGCC2_DEBUG_CFLAGS= |
---|
10 | |
---|
11 | # custom installation rules for mingw32 (append .exe to binaries, etc.) |
---|
12 | # INSTALL_DOSREL=install-dosrel |
---|
Note: See
TracBrowser
for help on using the repository browser.