Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 180:e6dcf9b65658
prev94:8d80d9c7cc7d
next426:8a7a752f1174
author nkeynes
date Wed Sep 12 09:20:38 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Start splitting the common SH4 parts into sh4.c, with sh4core.c to become
just the emulation core.
file annotate diff log raw
1.1 --- a/configure.in Sun Feb 05 04:05:27 2006 +0000
1.2 +++ b/configure.in Wed Sep 12 09:20:38 2007 +0000
1.3 @@ -26,6 +26,8 @@
1.4 ALL_LINGUAS=""
1.5 AM_GLIB_GNU_GETTEXT
1.6
1.7 +AC_SUBST( CFLAGS, '-g3' )
1.8 +
1.9 AC_OUTPUT([
1.10 Makefile
1.11 src/Makefile
.