* mips-tdep.c (do_fp_register_row): Use alloca rather than arrays
[deliverable/binutils-gdb.git] / config / mh-cygwin32
CommitLineData
e13247a2
GN
1# We don't want debugging info in Win32-hosted toolchains.
2# Accomplish this by overriding CFLAGS.
3CFLAGS=-O2
01c5ffac 4CXXFLAGS=-O2
e13247a2 5
89f6ecb1 6# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
e97d3c36 7# built without debugging information
89f6ecb1
GN
8
9LIBGCC2_DEBUG_CFLAGS=
This page took 0.097209 seconds and 4 git commands to generate.