3 lines
79 B
PowerShell
3 lines
79 B
PowerShell
clear
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=Debug -D_DEBUG=1 .
|
|
cmake --build . -j 20 |