release/build.sh : Updated build.sh
This commit is contained in:
parent
d2a3087a15
commit
dfd424e10d
@ -7,16 +7,11 @@ autoreconf --force --install
|
||||
|
||||
cd ${curdir}
|
||||
|
||||
# To Profile w/ gprof:
|
||||
# 1) Modify configure: ./configure --disable-shared CFLAGS="-pg"
|
||||
# 2) Run the program. ./foo
|
||||
# 3) Run gprof /libtool --mode=execute gprof ./foo
|
||||
|
||||
../../../configure --prefix=${curdir} \
|
||||
../../../configure --prefix=${curdir} --enable-websock --enable-alsa \
|
||||
CFLAGS="-Wall" \
|
||||
CXXFLAGS="-Wall" \
|
||||
CPPFLAGS= \
|
||||
LDFLAGS= \
|
||||
CPPFLAGS="-I${HOME}/sdk/libwebsockets/build/out/include" \
|
||||
LDFLAGS="-L${HOME}/sdk/libwebsockets/build/out/lib" \
|
||||
LIBS=
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user