unix: Fix --enable-debug or -O3 not working.

This commit is contained in:
Kenta Yoshimura 2019-05-05 02:47:21 +09:00
parent 51edec756f
commit 0f71fcd0ab
2 changed files with 2 additions and 2 deletions

2
unix/configure vendored
View File

@ -6321,7 +6321,7 @@ fi
# Output.
S9XFLGS="$S9XFLGS $CXXFLAGS $CPPFLAGS $LDFLAGS"
S9XFLGS="$CXXFLAGS $CPPFLAGS $LDFLAGS $S9XFLGS"
S9XLIBS="$LIBS $S9XLIBS"
S9XFLGS="`echo \"$S9XFLGS\" | sed -e 's/ */ /g'`"

View File

@ -452,7 +452,7 @@ fi
# Output.
S9XFLGS="$S9XFLGS $CXXFLAGS $CPPFLAGS $LDFLAGS"
S9XFLGS="$CXXFLAGS $CPPFLAGS $LDFLAGS $S9XFLGS"
S9XLIBS="$LIBS $S9XLIBS"
S9XFLGS="`echo \"$S9XFLGS\" | sed -e 's/ */ /g'`"