add debug config to cmake in init.sh

This commit is contained in:
lyon 2021-08-22 13:33:22 +08:00
parent 0119293e85
commit 2d1a3b512d

View File

@ -7,6 +7,6 @@ cd $ROOT
rm build -rf
mkdir build
cd build
cmake ..
cmake -DCMAKE_BUILD_TYPE=Debug ..
cd $ROOT
sh make.sh