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=""