diff options
Diffstat (limited to 'flite')
-rw-r--r-- | flite/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flite/configure.in b/flite/configure.in index e7cc7da..dce1cee 100644 --- a/flite/configure.in +++ b/flite/configure.in @@ -186,7 +186,8 @@ if test `uname -s` = Linux; then LFLAGS="$LFLAGS -export_dynamic -shared" if test "$DEBUG" == "no"; then - OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" + #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" + OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" else OFLAGS="-g" fi |