Build doc updated with wasm-branch compatible command

This commit is contained in:
Jerin Philip 2021-02-17 21:15:35 +00:00
parent b9d081dd45
commit d249dcbfaa

View File

@ -11,8 +11,9 @@ $ cd bergamot-translator
$ mkdir build
$ cd build
$ cmake .. -DCOMPILE_CUDA=off -DCMAKE_BUILD_TYPE=Release \
-DCOMPILE_DECODER_ONLY=off -DCOMPILE_LIBRARY_ONLY=off -DUSE_MKL=on \
-DCOMPILE_THREAD_VARIANT=on
-DCOMPILE_DECODER_ONLY=on -DUSE_MKL=on -DCOMPILE_THREAD_VARIANT=on \
-DUSE_WASM_COMPATIBLE_BLAS=off -DCOMPILE_MAIN_EIGEN=off
$ make -j
```