From 95055be3d165324d5e3e07b88663954bc581ef75 Mon Sep 17 00:00:00 2001 From: Rong Ou Date: Mon, 19 Aug 2024 16:50:16 -0700 Subject: [PATCH] Switch debug build to RelWithDebInfo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2351834260..9eb36f103c 100755 --- a/build.sh +++ b/build.sh @@ -168,7 +168,7 @@ while true; do CMAKE_LOG_LEVEL=VERBOSE ;; -g | --debug ) - BUILD_TYPE=Debug + BUILD_TYPE=RelWithDebInfo ;; -n | --no-install ) INSTALL_TARGET=""