refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 7536e26c8a1c67c519e2cd21390d26019f94c383..a2de1fb296041e62441a555da06a236594d7735d 100644 (file)
@@ -10,7 +10,7 @@
             ],
             "compilerArgs": [
                 "-ffreestanding",
-                "-D__ARCH_IA32",
+                "-D__ARCH__=i386",
                 "-D__LUNAIXOS_DEBUG__",
                 "-include flags.h"
             ],