Browse Source

Fix a typo in the optimisation flags.

legacy
Sam Hocevar sam 14 years ago
parent
commit
42ea6c258e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -55,7 +55,7 @@ if test "${enable_debug}" = "yes"; then
AC_DEFINE(LOL_DEBUG, 1, Define to 1 to activate debug) AC_DEFINE(LOL_DEBUG, 1, Define to 1 to activate debug)
OPT="-O" OPT="-O"
else else
OPT="-O2 --fno-strength-reduce -fomit-frame-pointer"
OPT="-O2 -fno-strength-reduce -fomit-frame-pointer"
fi fi


if test "${enable_release}" = "yes"; then if test "${enable_release}" = "yes"; then


Loading…
Cancel
Save