X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/cd09c4b222e4ddf45a42522563ae2471a829d1c8..2d9bc8d4f1f4d8b474cc8436674b17542d3f99e7:/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..f069ef5 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -7,12 +7,14 @@ ], "compilerArgs": [ "-ffreestanding", - "-D__ARCH_IA32" + "-D__ARCH_IA32", + "-D__LUNAIXOS_DEBUG__" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc", "cStandard": "gnu99", - "intelliSenseMode": "gcc-x86" + "intelliSenseMode": "gcc-x86", + "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4