mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
修改libc的编译相关内容(#171)
1.将libc的include文件夹分为export和internal 2.将所有app都直接链接libc.a,而不是都执行一遍"搜索.o"的过程
This commit is contained in:
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -4,7 +4,8 @@
|
||||
"name": "DragonOS",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/user/libs/libc/src/include"
|
||||
"${workspaceFolder}/user/libs/libc/src/include",
|
||||
"${workspaceFolder}/user/libs/libc/src/include/export"
|
||||
],
|
||||
"defines": [
|
||||
"__x86_64__",
|
||||
|
Reference in New Issue
Block a user