X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..05b7549a0f980efa33265a091a5174a78851ce05:/lunaix-os/.vscode/c_cpp_properties.json?ds=inline diff --git a/lunaix-os/.vscode/c_cpp_properties.json b/lunaix-os/.vscode/c_cpp_properties.json index 10acdd8..dd47757 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -6,7 +6,9 @@ "${workspaceFolder}/includes/**" ], "compilerArgs": [ - "-ffreestanding" + "-ffreestanding", + "-D__ARCH_IA32", + "-D__LUNAIXOS_DEBUG__" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",