well yeah i guess
[carveJwlIkooP6JGAAIwe30JlM.git] / build.sh
index 89208061a7ca6fed988a564a5eca8969bb3892bb..fad620190cce6a31a17c14c4b1dc5b418e1efe7f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -23,7 +23,7 @@ _windows_asan=""
 _windows_linksteam="vg/dep/steam/steam_api.dll"
 _windows_folder="bin/win32"
 
-_options_debugmode="-O0 -ggdb3 -fno-omit-frame-pointer"
+_options_debugmode="-O0 -ggdb3 -fno-omit-frame-pointer -rdynamic"
 _options_release="-O3 -DVG_RELEASE"
 
 # Compiler lines
@@ -228,6 +228,11 @@ vg_command(){
       test)
          run_game
       ;;
+      gdb)
+         cd $_linux_folder
+         gdb -tui ./skaterift
+         cd ./../
+      ;;
       testserver)
          run_server
       ;;