Commit 003d0513 authored by Linshizhi's avatar Linshizhi

scripts update

parent bac2be1f
......@@ -17,10 +17,10 @@ THIRD_DIR=${WORKPATH}/lib/third/build
FFMPEG_PROTO=${WORKPATH}/src/protos/src
WASM_DIR=${WORKPATH}/src/wasms
#ENCODER_DEBUG="-O3"
#MUXER_DEBUG="-O3"
ENCODER_DEBUG="-O3 -g -fno-inline -gseparate-dwarf=encoder.debug.wasm -s SEPARATE_DWARF_URL=http://localhost:9876/encoder.debug.wasm"
MUXER_DEBUG="-O3 -g -fno-inline -gseparate-dwarf=muxer.debug.wasm -s SEPARATE_DWARF_URL=http://localhost:9876/muxer.debug.wasm"
ENCODER_DEBUG="-O3"
MUXER_DEBUG="-O3"
#ENCODER_DEBUG="-O3 -g -fno-inline -gseparate-dwarf=encoder.debug.wasm -s SEPARATE_DWARF_URL=http://localhost:9876/encoder.debug.wasm"
#MUXER_DEBUG="-O3 -g -fno-inline -gseparate-dwarf=muxer.debug.wasm -s SEPARATE_DWARF_URL=http://localhost:9876/muxer.debug.wasm"
#DEBUG="-g2"
BUILD_DIR=${WORKPATH}/Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment