X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure.in;h=b6f6fa3cba13e651be438ed5c112de83aa750d69;hp=d54cf75bcf2ce4e866ca86547d6ade3c476b1b6d;hb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;hpb=e454ca41ffc1abf65a28d5d317de3530225f167d diff --git a/configure.in b/configure.in index d54cf75..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.0alpha4) +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)