2024-08-25 18:02:31 +00:00
|
|
|
{
|
2024-08-31 03:12:26 +00:00
|
|
|
"C_Cpp.default.compilerPath": ".cosmocc/3.8.0/bin/aarch64-linux-cosmo-c++",
|
2024-08-25 18:02:31 +00:00
|
|
|
"C_Cpp.default.compilerArgs": [
|
|
|
|
"-nostdinc",
|
|
|
|
"-nostdlib",
|
|
|
|
"-iquote.",
|
|
|
|
"-isystemlibc/isystem",
|
|
|
|
"-isystemthird_party/libcxx",
|
|
|
|
"-includelibc/integral/normalize.inc",
|
|
|
|
"-D_COSMO_SOURCE",
|
|
|
|
"-D__aarch64__"
|
|
|
|
],
|
|
|
|
"[c]": {
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true
|
|
|
|
},
|
|
|
|
"[cpp]": {
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true
|
|
|
|
},
|
|
|
|
"[makefile]": {
|
|
|
|
"editor.tabSize": 8,
|
|
|
|
"editor.insertSpaces": false
|
|
|
|
},
|
|
|
|
"[make]": {
|
|
|
|
"editor.tabSize": 8,
|
|
|
|
"editor.insertSpaces": false
|
|
|
|
},
|
|
|
|
"[assembly]": {
|
|
|
|
"editor.tabSize": 8,
|
|
|
|
"editor.insertSpaces": true
|
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"log.h": "c"
|
|
|
|
}
|
2024-08-31 03:12:26 +00:00
|
|
|
}
|