Commit f851debb authored by NzSN's avatar NzSN

update

parent bb0f1fe9
#!/bin/bash
bash build-with-docker.sh "EXTERNAL"
...@@ -25,7 +25,7 @@ DEBUG="-O3" ...@@ -25,7 +25,7 @@ DEBUG="-O3"
BUILD_DIR=${WORKPATH}/Build BUILD_DIR=${WORKPATH}/Build
if [ "$3" ]; then if [ "$EXTERNAL" == "true" ]; then
if [ ! -d "${BUILD_DIR}" ]; then if [ ! -d "${BUILD_DIR}" ]; then
mkdir ${BUILD_DIR} mkdir ${BUILD_DIR}
...@@ -87,7 +87,6 @@ FLAGS=( ...@@ -87,7 +87,6 @@ FLAGS=(
$WASM_DIR/interfaces.cc $WASM_DIR/interfaces.cc
-march=x86_32
-std=c++2a -std=c++2a
-s FORCE_FILESYSTEM=1 -s FORCE_FILESYSTEM=1
-s WASM=1 -s WASM=1
......
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