diff --git a/build-with-docker.sh b/build-with-docker.sh index 6f3b5791b..b969df97f 100755 --- a/build-with-docker.sh +++ b/build-with-docker.sh @@ -21,7 +21,6 @@ if type podman 2>/dev/null >/dev/null; then fi if [ $config == "Debug" ]; then -echo "debug???" CMAKE_BUILD_TYPE=Debug else CMAKE_BUILD_TYPE="$config"