update packaging (#100)

This commit is contained in:
Kevin Yue
2021-10-24 12:11:54 +08:00
committed by GitHub
parent 36d9753008
commit 9e7fb17bd3
46 changed files with 823 additions and 1192 deletions

7
scripts/build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash -e
./cmakew -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE=-s
MAKEFLAGS=-j$(nproc) ./cmakew --build build