...
This commit is contained in:
15
.vscode/c_cpp_properties.json
vendored
15
.vscode/c_cpp_properties.json
vendored
@@ -4,14 +4,25 @@
|
||||
{
|
||||
"name": "kernel",
|
||||
"defines": [
|
||||
"DEBUG"
|
||||
"DEBUG",
|
||||
"true=1", // https://github.com/microsoft/vscode-cpptools/issues/10696
|
||||
"false=0" // https://github.com/microsoft/vscode-cpptools/issues/10696
|
||||
],
|
||||
"includePath": [
|
||||
"src/lib"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerPath": "/usr/bin/x86_64-elf-gcc",
|
||||
"cStandard": "c23"
|
||||
"cStandard": "c23",
|
||||
"compilerArgs": [
|
||||
"-m64",
|
||||
"-ffreestanding",
|
||||
"-nostdinc",
|
||||
"-nostdlib",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Wshadow"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user