14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/inc"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "gnu99",
|
|
"compilerArgs": ["-m32"]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |