release/build.sh : enable websocks and ALSA during build

This commit is contained in:
kevin 2024-12-29 10:32:12 -05:00
parent cb7d923eea
commit 3d321b90c7

View File

@ -12,7 +12,7 @@ cd ${curdir}
# 2) Run the program. ./foo # 2) Run the program. ./foo
# 3) Run gprof /libtool --mode=execute gprof ./foo # 3) Run gprof /libtool --mode=execute gprof ./foo
../../../configure --prefix=${curdir} \ ../../../configure --prefix=${curdir} --enable-websock --enable-alsa \
CFLAGS="-Wall" \ CFLAGS="-Wall" \
CXXFLAGS="-Wall" \ CXXFLAGS="-Wall" \
CPPFLAGS= \ CPPFLAGS= \