X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/cd09c4b222e4ddf45a42522563ae2471a829d1c8..880dfb534e71a2fcc1457e48112f22abf06a9bad:/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 0840db1..c68b4c7 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -3,11 +3,13 @@ { "name": "OS-DEV", "includePath": [ - "${workspaceFolder}/includes/**" + "${workspaceFolder}/includes" ], "compilerArgs": [ "-ffreestanding", - "-D__ARCH_IA32" + "-D__ARCH_IA32", + "-D__LUNAIXOS_DEBUG__", + "-include flags.h" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",