Add --reldebug to b.sh, useful when valgrinding
This commit is contained in:
parent
68be93467e
commit
ff2475b37f
1 changed files with 3 additions and 0 deletions
3
b.sh
3
b.sh
|
@ -47,6 +47,9 @@ do
|
|||
--debug)
|
||||
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug ${CMAKE_ARGS}"
|
||||
;;
|
||||
--reldebug)
|
||||
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_ARGS}"
|
||||
;;
|
||||
--headless) echo "Headless mode enabled"
|
||||
CMAKE_ARGS="-DHEADLESS=ON ${CMAKE_ARGS}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue