mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Fix broken 32-bit kernel
This commit is contained in:
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -33,6 +33,7 @@
|
||||
"-pipe",
|
||||
"-mcmodel=kernel",
|
||||
"-fno-builtin",
|
||||
"-m64",
|
||||
|
||||
// Warnings
|
||||
"-Wall",
|
||||
@ -110,6 +111,7 @@
|
||||
"-pipe",
|
||||
"-msoft-float",
|
||||
"-fno-builtin",
|
||||
"-m32",
|
||||
|
||||
// Warnings
|
||||
"-Wall",
|
||||
|
Reference in New Issue
Block a user