X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..a5338b60e111972364a8bc6f07011c6defd213d2:/lunaix-os/.vscode/c_cpp_properties.json diff --git a/lunaix-os/.vscode/c_cpp_properties.json b/lunaix-os/.vscode/c_cpp_properties.json index 10acdd8..574a1bd 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -3,10 +3,12 @@ { "name": "OS-DEV", "includePath": [ - "${workspaceFolder}/includes/**" + "${workspaceFolder}/includes" ], "compilerArgs": [ - "-ffreestanding" + "-ffreestanding", + "-D__ARCH_IA32", + "-D__LUNAIXOS_DEBUG__" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",