Skip to content

Commit 594a234

Browse files
authored
Remove added ldflags wasm build instructions
1 parent 46c6b54 commit 594a234

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Emscripten-build-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ You will also want to set a few environment variables
9393
export PREFIX=$CONDA_PREFIX/envs/CppInterOp-wasm
9494
export CMAKE_PREFIX_PATH=$PREFIX
9595
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
96-
export LDFLAGS="-s MODULARIZE=1 -s LINKABLE=1 -s EXPORT_ALL=1 -s WASM=1 -std=c++14 -s SIDE_MODULE=1 -sWASM_BIGINT"
9796
```
9897

9998
Now to build CppInterOp execute the following
@@ -125,7 +124,6 @@ the CppInterOp build folder, you can build the wasm version of xeus-cpp by execu
125124

126125
```bash
127126
cd ../..
128-
export LDFLAGS="-s MODULARIZE=1 -s LINKABLE=1 -s EXPORT_ALL=1 -s WASM=1 -std=c++14 -sWASM_BIGINT"
129127
export SYSROOT_PATH=$PWD/emsdk/upstream/emscripten/cache/sysroot
130128
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
131129
cd ./xeus-cpp

0 commit comments

Comments
 (0)