feat: clang++ with more mem

This commit is contained in:
张泊明518370910136 2024-10-19 17:07:27 -04:00
parent 06cf2097db
commit 26a14ea1da
GPG Key ID: CA088E6D9284F870

View File

@ -7,7 +7,7 @@
"with": {
"default": {
"args": [
"g++",
"clang++",
"a.cc",
"-o",
"a"
@ -16,7 +16,7 @@
"PATH=/usr/bin:/bin"
],
"cpuLimit": 10000000000,
"memoryLimit": 104857600,
"memoryLimit": 209715200,
"procLimit": 50,
"copyInDir": ".",
"copyOut": [