Skip to content

Commit 2d1a3b5

Browse files
author
lyon
committed
add debug config to cmake in init.sh
1 parent 0119293 commit 2d1a3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ cd $ROOT
77
rm build -rf
88
mkdir build
99
cd build
10-
cmake ..
10+
cmake -DCMAKE_BUILD_TYPE=Debug ..
1111
cd $ROOT
1212
sh make.sh

0 commit comments

Comments
 (0)