Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 574a1bd865aa9b215005dd473f638bc7222cbc55..c68b4c707b47f8732525c3186b1c8253c6b996fa 100644 (file)
@@ -8,7 +8,8 @@
             "compilerArgs": [
                 "-ffreestanding",
                 "-D__ARCH_IA32",
-                "-D__LUNAIXOS_DEBUG__"
+                "-D__LUNAIXOS_DEBUG__",
+                "-include flags.h"
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",