Skip to content
Snippets Groups Projects
Commit b59f5cb6 authored by Philippe Gorley's avatar Philippe Gorley Committed by Adrien Béraud
Browse files

autoconf: fix typo

Change-Id: I35eaa5a339d5b4b6cb25fb7b12d6006cbf3202a5
parent 4e5b2050
No related branches found
No related tags found
No related merge requests found
...@@ -677,7 +677,7 @@ AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Build in debug mode, ad ...@@ -677,7 +677,7 @@ AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Build in debug mode, ad
AS_IF([test "x$enable_debug" = "xyes"], AS_IF([test "x$enable_debug" = "xyes"],
[CXXFLAGS="${CXXFLAGS} -g -fno-omit-frame-pointer -Wall -Wextra -Wnon-virtual-dtor -Wno-unknown-pragmas -Wformat=2 -O0"], [CXXFLAGS="${CXXFLAGS} -g -fno-omit-frame-pointer -Wall -Wextra -Wnon-virtual-dtor -Wno-unknown-pragmas -Wformat=2 -O0"],
[CXXFLAGS="${CXXFLAGS} -DNDEGUG=1"]) [CXXFLAGS="${CXXFLAGS} -DNDEBUG=1"])
dnl What Makefiles to generate dnl What Makefiles to generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment