diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-05-04 01:33:15 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-05-04 01:33:15 +0200 |
commit | 69b9cead5afe7164b9053d26eba582fec3825ef8 (patch) | |
tree | 001e15c320a77594f85a5796b882d97e9cc5e4a2 /configure.in | |
parent | 7e6d1d18bac6d6d4667e614b759bf337190075fb (diff) |
release: 0.1.61
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c1d2bb5cce..73ab40b1f5 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ ac_cv_prog_lex_root=lex.yy OPTIMIZE="-O" printing_b=no checking_b=yes -optimise_b=no +optimise_b=tja profile_b=no CONFIGSUFFIX= debug_b=yes @@ -123,6 +123,10 @@ if test "$optimise_b" = yes; then AC_DEFINE(STRINGS_UTILS_INLINED) fi +if test "$optimise_b" = no; then + OPTIMIZE="" +fi + if test $profile_b = yes; then EXTRA_LIBES="-pg" DEFINES="$DEFINES -pg" |