X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/cd09c4b222e4ddf45a42522563ae2471a829d1c8..05b7549a0f980efa33265a091a5174a78851ce05:/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",