From 1650263e191b811ede118ee7d7fc19f45985f7a8 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:11:03 +0100 Subject: [PATCH] Update menu.sh --- script/menu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/menu.sh b/script/menu.sh index 1caf24a..a29c0e5 100755 --- a/script/menu.sh +++ b/script/menu.sh @@ -6,6 +6,7 @@ echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code" echo "### compile - Compiles the code based on the build server" +echo "### compile debug - Compiles the code based on the build server with RelWithDebInfo" echo "### config - Applies the server configration" echo "### start - starts auth and world in tmux sessions server" echo "### debug - starts auth and world debug mode (GDB, timestamped crash logs)" @@ -13,3 +14,6 @@ echo "### stop - stops all sessions" echo "### wow - logon world-server (tmux) session" echo "### auth - logon auth-server (tmux) session" echo "###########################################################################################" + + +RelWithDebInfo