home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / config / mh-cygwin32 < prev    next >
Encoding:
Text File  |  1997-12-15  |  485 b   |  17 lines

  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. # build without debugging information
  8.  
  9. LIBGCC2_DEBUG_CFLAGS=
  10.  
  11. # We set MAKEINFOFLAGS to not split .info files, because the resulting
  12. # file names don't work on DOS.
  13. MAKEINFOFLAGS=--no-split
  14.  
  15. # custom installation rules for cygwin32 (append .exe to binaries, etc.)
  16. INSTALL_DOSREL=install-dosrel
  17.