graphs/embuild.sh

8 lines
258 B
Bash
Raw Normal View History

2024-04-26 01:11:24 -04:00
#!/bin/bash
2024-04-30 02:47:58 -04:00
mkdir cmake-build-emrelwithdebinfo
2024-04-26 01:29:07 -04:00
cd cmake-build-emrelwithdebinfo
2024-04-30 17:04:56 -04:00
#emcmake cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
emcmake cmake -DCMAKE_BUILD_TYPE=Release ../
2024-04-26 01:11:24 -04:00
emmake make -j 16
2024-04-30 02:47:58 -04:00
cp graphs.js graphs.data graphs.wasm /var/www/html/playground/