X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=b6f6fa3cba13e651be438ed5c112de83aa750d69;hb=9538989b04262388ea2cb9315939fb801cc8eae2;hp=1843e6a9ac9d9ce8b04817f1350c0c26f0bbef18;hpb=5ff5b33a6bc64fb804106c4d50b83e4cf0d7b0f4;p=ctsim.git diff --git a/configure.in b/configure.in index 1843e6a..b6f6fa3 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,3.0.0alpha5) +AM_INIT_AUTOMAKE(ctsim,3.0.0beta1) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -117,7 +117,7 @@ dnl AC_ADD_GCC_CFLAGS([-g -DDEBUG]) AC_DEFINE(DEBUG) else dnl AC_ADD_GCC_CFLAGS([-O2 -DNDEBUG]) - CFLAGS="-O3 -DNDEBUG" + CFLAGS="-O3 -DNDEBUG -fomit-frame-pointer" AC_DEFINE(NDEBUG) fi @@ -384,4 +384,4 @@ fi CXXFLAGS="$CFLAGS" -AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile doc/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile) +AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile doc/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile doc/tex2rtf/Makefile)