configure: Do not overwrite passed CFLAGS

This commit is contained in:
Jakub Jelen 2020-04-20 21:04:09 +02:00 committed by Frank Morgner
parent 1202eceeef
commit be57a4bf0f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ AC_ARG_WITH(
)
if test "${enable_optimization}" = "no"; then
CFLAGS="-O0 -g"
CFLAGS="${CFLAGS} -O0 -g"
fi
dnl Check for some target-specific stuff