c_cpp_properties.json
515 字节
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c99",
"cppStandard": "c++98",
"intelliSenseMode": "linux-gcc-arm64",
"compilerPath": "E:\\share_build\\4.9.3\\bin\\arm-cortexa9-linux-gnueabihf-gcc"
}
],
"version": 4
}