mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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)
|
--debug)
|
||||||
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug ${CMAKE_ARGS}"
|
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug ${CMAKE_ARGS}"
|
||||||
;;
|
;;
|
||||||
|
--reldebug)
|
||||||
|
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_ARGS}"
|
||||||
|
;;
|
||||||
--headless) echo "Headless mode enabled"
|
--headless) echo "Headless mode enabled"
|
||||||
CMAKE_ARGS="-DHEADLESS=ON ${CMAKE_ARGS}"
|
CMAKE_ARGS="-DHEADLESS=ON ${CMAKE_ARGS}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue