diff --git a/.gitpod.yml b/.gitpod.yml index 93072b2f3..ec43c09c7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -117,7 +117,7 @@ tasks: gp sync-await python-init source ${PYTHON_VENV}/bin/activate conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing - conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing -s build_type=Debug + conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing -s build_type=Debug echo "🛠️ clang-17 pre-build done for C++20, `std::format`, and C++20 modules! You can close this terminal and use 'Build' button in the VSCode status bar for incremental builds. 🛠️" - name: documentation init: |