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} \
|
||||
--enable-debug \
|
||||
# --enable-sonicart \
|
||||
CFLAGS="-g -Wall" \
|
||||
CXXFLAGS="-g -Wall" \
|
||||
CPPFLAGS= \
|
||||
LDFLAGS= \
|
||||
LIBS=
|
||||
# --enable-sonicart \
|
||||
|
||||
|
||||
#make
|
||||
|
Loading…
Reference in New Issue
Block a user