| debugging informations.], |
debugging informations.], |
| if test "$withval" = "yes"; then DEBUGFLAG=-g; fi) |
if test "$withval" = "yes"; then DEBUGFLAG=-g; fi) |
| |
|
| |
AC_ARG_WITH(dynamic, |
| |
[ --with-dynamic Gforth defaults to dynamic super instructions, |
| |
--without-dynamic this may cause problems with newer GCCs and global |
| |
CSE, so if you see troubles, turn it off.], |
| |
if test "$withval" = "no"; then no_dynamic_default=1; fi) |
| |
|
| dnl PEEPHOLE="yes" |
dnl PEEPHOLE="yes" |
| dnl AC_ARG_WITH(peephole, |
dnl AC_ARG_WITH(peephole, |
| dnl [ --with-peephole Enable peephole optimization (default) |
dnl [ --with-peephole Enable peephole optimization (default) |