You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sledge/.vscode/c_cpp_properties.json

23 lines
443 B

{
"configurations": [
{
"name": "linux-gcc-x64",
"intelliSenseMode": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"USE_MEM_VM",
"x86_64",
"_GNU_SOURCE",
"LOG_TO_FILE",
"DEEP_LEARN_SCHDUE"
],
"cStandard": "${default}",
"compilerPath": "/usr/bin/clang",
"cppStandard": "${default}"
}
],
"version": 4
}