[Toxine-cvs] CVS: toxine configure.ac,1.9,1.10
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-06-01 22:15:54
|
Update of /cvsroot/toxine/toxine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5343 Modified Files: configure.ac Log Message: add backtrace printing (linux only) Index: configure.ac =================================================================== RCS file: /cvsroot/toxine/toxine/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- configure.ac 6 May 2004 19:18:25 -0000 1.9 +++ configure.ac 1 Jun 2004 22:15:46 -0000 1.10 @@ -253,8 +253,8 @@ AC_TRY_CFLAGS("$sarchopt=athlon", k7cpu="athlon", k7cpu="i686") dnl add x86 specific CFLAGS - CFLAGS="$CFLAGS -O3 -pipe -fomit-frame-pointer $f_af $f_al $f_aj $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -finline-functions" - DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" + CFLAGS="$CFLAGS -O3 -rdynamic -pipe -fomit-frame-pointer $f_af $f_al $f_aj $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -finline-functions" + DEBUG_CFLAGS="$DEBUG_CFLAGS -rdynamic -O3" dnl enable x86 specific parts of the code |