mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 17:56:44 +00:00
12 lines
286 B
Bash
Executable File
12 lines
286 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
rm -rf CMakeFiles CMakeCache.txt
|
|
cmake -DSIST_DEBUG=off -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make
|
|
strip sist2
|
|
|
|
rm -rf CMakeFiles CMakeCache.txt
|
|
cmake -DSIST_DEBUG=on -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make
|