4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
clear
|
|
source ./emsdk/emsdk_env.sh
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=Debug -D_DEBUG=1 .
|
|
cmake --build . -j 20 |