Files
mir_server/sdk/srvlib/build.sh

8 lines
197 B
Bash
Raw Normal View History

2025-01-09 17:45:40 +08:00
rm -rf CMakeCache.txt CMakeFiles/ cmake_install.cmake
cmake -DCMAKE_BUILD_TYPE=Debug ./
make
rm -rf CMakeCache.txt CMakeFiles/ cmake_install.cmake
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ./
make