mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update build-with-docker.sh
Remove debug echo call in config check
This commit is contained in:
@@ -21,7 +21,6 @@ if type podman 2>/dev/null >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $config == "Debug" ]; then
|
if [ $config == "Debug" ]; then
|
||||||
echo "debug???"
|
|
||||||
CMAKE_BUILD_TYPE=Debug
|
CMAKE_BUILD_TYPE=Debug
|
||||||
else
|
else
|
||||||
CMAKE_BUILD_TYPE="$config"
|
CMAKE_BUILD_TYPE="$config"
|
||||||
|
|||||||
Reference in New Issue
Block a user