feat: use clang++

This commit is contained in:
张泊明518370910136 2024-10-19 17:03:55 -04:00
parent 4307f852ac
commit f15d15c10d
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"