Fixes for building on Linux
This commit is contained in:
6
.vscode/c_cpp_properties.json
vendored
6
.vscode/c_cpp_properties.json
vendored
@@ -20,9 +20,9 @@
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/src/"
|
||||
],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c11",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17"
|
||||
},
|
||||
{
|
||||
|
||||
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"time.h": "c",
|
||||
"signal.h": "c",
|
||||
"execinfo.h": "c",
|
||||
"dlfcn.h": "c",
|
||||
"siginfo_t.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user