Commit 8f22d433 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

configure: typo

(cherry picked from commit 3591628bb42ae5665fc8786f2ef9b072503ac58b)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f1ebbd36
...@@ -946,7 +946,7 @@ dnl Check for various optimization flags ...@@ -946,7 +946,7 @@ dnl Check for various optimization flags
AS_IF([test "${enable_optimizations}" != "no"], [ AS_IF([test "${enable_optimizations}" != "no"], [
dnl -O4 and -O3 only in production builds dnl -O4 and -O3 only in production builds
AS_IF([test "{enable_debug}" = "no"], [ AS_IF([test "${enable_debug}" = "no"], [
VLC_SAVE_FLAGS VLC_SAVE_FLAGS
CFLAGS="${CFLAGS} -O4" CFLAGS="${CFLAGS} -O4"
CXXFLAGS="${CXXFLAGS} -O4" CXXFLAGS="${CXXFLAGS} -O4"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment