mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
13 lines
189 B
Bash
13 lines
189 B
Bash
#!/usr/bin/env bash
|
|
|
|
./scripts/get_static_libs.sh
|
|
|
|
rm -rf CMakeFiles CmakeCache.txt
|
|
cmake -DSIST_DEBUG=off .
|
|
make
|
|
strip sist2
|
|
|
|
rm -rf CMakeFiles CmakeCache.txt
|
|
cmake -DSIST_DEBUG=on .
|
|
make
|