CMakeLists.txt: Default build type to RelWithDebInfo if none is defined
This commit is contained in:
parent
df143a08f9
commit
cfb336e174
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ cleanup
|
|||
|
||||
mkdir build || rm -rf build/*
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake ..
|
||||
VERBOSE=1 make -j10
|
||||
VERBOSE=1 make test
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue