Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 3718f2b79c4963a1e235913610544496168ce8aa..d3390d0f1417aade0dc079548d6e5f76674f73b9 100644 (file)
@@ -12,7 +12,8 @@
                 "-ffreestanding",
                 "-D__ARCH__=i386",
                 "-D__LUNAIXOS_DEBUG__",
                 "-ffreestanding",
                 "-D__ARCH__=i386",
                 "-D__LUNAIXOS_DEBUG__",
-                "-include flags.h"
+                "-include flags.h",
+                "-include config.h"
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/i686-gcc-12/bin/i686-elf-gcc",
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/i686-gcc-12/bin/i686-elf-gcc",