Skip to content

Commit 4322fb6

Browse files
committed
Remove unnecessary commands from Emscripten-build-instructions
1 parent 3e725f9 commit 4322fb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Emscripten-build-instructions.md

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ cd ../../CppInterOp/
8989
mkdir build
9090
cd ./build/
9191
emcmake cmake -DCMAKE_BUILD_TYPE=Release \
92-
-DUSE_CLING=OFF \
93-
-DUSE_REPL=ON \
9492
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
9593
-DLLD_DIR=$LLVM_BUILD_DIR/lib/cmake/lld \
9694
-DClang_DIR=$LLVM_BUILD_DIR/lib/cmake/clang \

0 commit comments

Comments
 (0)