vscode: do not include system include

This commit is contained in:
Alex
2022-10-16 20:53:00 +03:00
parent d506c4e3c1
commit 04757bd11c
2 changed files with 5 additions and 3 deletions

View File

@ -33,7 +33,10 @@
"-pipe",
"-mcmodel=kernel",
"-msoft-float",
"-fno-builtin"
"-fno-builtin",
"-ffreestanding",
"-nostdinc",
"-nostdinc++"
]
}
],