linux/debug/build.sh : fixed script formatting to remove bug which resulted in automatically generating and -O2 gcc switch.
This commit is contained in:
parent
cce3a336c0
commit
5e0a02a1fc
@ -9,12 +9,12 @@ cd ${curdir}
|
|||||||
|
|
||||||
../../../configure --prefix=${curdir} \
|
../../../configure --prefix=${curdir} \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
# --enable-sonicart \
|
|
||||||
CFLAGS="-g -Wall" \
|
CFLAGS="-g -Wall" \
|
||||||
CXXFLAGS="-g -Wall" \
|
CXXFLAGS="-g -Wall" \
|
||||||
CPPFLAGS= \
|
CPPFLAGS= \
|
||||||
LDFLAGS= \
|
LDFLAGS= \
|
||||||
LIBS=
|
LIBS=
|
||||||
|
# --enable-sonicart \
|
||||||
|
|
||||||
|
|
||||||
#make
|
#make
|
||||||
|
Loading…
Reference in New Issue
Block a user