mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 15:19:21 +00:00
Updated userspace
This commit is contained in:
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@ -4,7 +4,9 @@
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/libc/include/**",
|
||||
"${workspaceFolder}/out/system/include/**"
|
||||
"${workspaceFolder}/out/system/include/**",
|
||||
"${workspaceFolder}/libs/include/**",
|
||||
"${workspaceFolder}/libs/include"
|
||||
],
|
||||
"defines": [
|
||||
"__debug_vscode__",
|
||||
@ -19,6 +21,10 @@
|
||||
"configurationProvider": "ms-vscode.makefile-tools",
|
||||
"compilerArgs": [
|
||||
"-pipe",
|
||||
"-nostdinc++",
|
||||
"-nostdinc",
|
||||
"-fno-builtin",
|
||||
"-ffreestanding"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user