linux/debug/build.sh : fixed script formatting to remove bug which resulted in automatically generating and -O2 gcc switch.

This commit is contained in:
kevin.larke 2020-03-09 14:38:26 -04:00
parent cce3a336c0
commit 5e0a02a1fc

View File

@ -9,12 +9,12 @@ cd ${curdir}
../../../configure --prefix=${curdir} \ ../../../configure --prefix=${curdir} \
--enable-debug \ --enable-debug \
CFLAGS="-g -Wall" \
CXXFLAGS="-g -Wall" \
CPPFLAGS= \
LDFLAGS= \
LIBS=
# --enable-sonicart \ # --enable-sonicart \
CFLAGS="-g -Wall" \
CXXFLAGS="-g -Wall" \
CPPFLAGS= \
LDFLAGS= \
LIBS=
#make #make