mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"compilerPath": "${workspaceFolder}/o/third_party/gcc/bin/x86_64-linux-musl-gcc",
|
|
"forcedInclude": ["${workspaceFolder}/.vscode/vscode.h"],
|
|
"defines": [
|
|
"libcesque=",
|
|
"pureconst=",
|
|
"paramsnonnull(x)=",
|
|
"alignas(x)",
|
|
"alignof(x)",
|
|
"artificial=",
|
|
"nodiscard=",
|
|
"mayalias=",
|
|
"forceinline=",
|
|
"forcealign(x)=",
|
|
"scanfesque(x)=",
|
|
"strftimeesque(x)=",
|
|
"wontreturn=",
|
|
"textreal=",
|
|
"mallocesque=",
|
|
"callocesque=",
|
|
"vallocesque=",
|
|
"reallocesque=",
|
|
"strlenesque=",
|
|
"memcpyesque=",
|
|
"hasatleast=",
|
|
"noinline=",
|
|
"textexit=",
|
|
"returnstwice=",
|
|
"textwindows=",
|
|
"privileged=",
|
|
"compatfn=",
|
|
"noinstrument=",
|
|
"nodebuginfo=",
|
|
"interruptfn=",
|
|
"optimizespeed=",
|
|
"forcealignargpointer=",
|
|
"noasan=",
|
|
"noubsan=",
|
|
"testonly=",
|
|
"donothing=",
|
|
"nosideeffect=",
|
|
"unreachable=",
|
|
"thatispacked=",
|
|
"nothrow=",
|
|
"nocallback=",
|
|
"relegated=",
|
|
"hidden=",
|
|
"textstartup=",
|
|
"initarray=",
|
|
"returnsnonnull=",
|
|
"returnspointerwithnoaliases=",
|
|
"printfesque(x)=",
|
|
"attributeallocsize(x)=",
|
|
"returnsaligned(x)=",
|
|
"attributeallocalign(x)=",
|
|
"nullterminated(x)="
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|