blob: 41cf104b483e23ece306249452255bcef6bef7ab [file] [log] [blame]
{
"configurations": [
{
"name": "Bluejay",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"${workspaceFolder}/include/kernel",
"${workspaceFolder}/src/kernel"
],
"defines": [
"TEST_PCI"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"intelliSenseMode": "linux-gcc-x86",
"compilerArgs": [
"-O2",
"-m32",
"-g"
]
}
],
"version": 4
}