X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9fe5e02cf615ad121c4460fbaaac2787d1e09c0e..9406e904ddad5db2ba2dd550e21bbb224899fd79:/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..dd47757 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -7,7 +7,8 @@ ], "compilerArgs": [ "-ffreestanding", - "-D__ARCH_IA32" + "-D__ARCH_IA32", + "-D__LUNAIXOS_DEBUG__" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",