Merge branch 'master' into vfs-dev
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 10acdd8538f3f7df731520218f0314c8b35480d3..574a1bd865aa9b215005dd473f638bc7222cbc55 100644 (file)
@@ -3,10 +3,12 @@
         {
             "name": "OS-DEV",
             "includePath": [
-                "${workspaceFolder}/includes/**"
+                "${workspaceFolder}/includes"
             ],
             "compilerArgs": [
-                "-ffreestanding"
+                "-ffreestanding",
+                "-D__ARCH_IA32",
+                "-D__LUNAIXOS_DEBUG__"
             ],
             "defines": [],
             "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",