enable 01 and parallel compilation

This commit is contained in:
Alessandro Mauri 2025-10-23 22:31:58 +02:00
parent ed2b36ef0f
commit a8b7171709
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"working_dir": ""
},
{
"args": "build -g",
"args": "build -g --threads 8",
"command": "c3c",
"working_dir": ""
}

View File

@ -14,6 +14,7 @@
"type": "executable"
}
},
"opt": "O0",
"safe": true,
"opt": "O1",
"debug-info": "full"
}