feat: use clang++

This commit is contained in:
张泊明518370910136 2024-10-19 17:04:07 -04:00
parent c635849cd0
commit 95f8ff2620
GPG Key ID: CA088E6D9284F870

View File

@ -7,7 +7,7 @@
"with": { "with": {
"default": { "default": {
"args": [ "args": [
"g++", "clang++",
"a.cc", "a.cc",
"-o", "-o",
"a" "a"