diff options
Diffstat (limited to '')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 3a69a10..c5f62f8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,4 +2,4 @@ image: file: .gitpod.Dockerfile tasks: - - init: make + - init: make CXX=clang-9 LLVM_CONF=llvm-config-9 |