{
"name": "OS-DEV",
"includePath": [
- "${workspaceFolder}/includes/**"
+ "${workspaceFolder}/includes"
],
"compilerArgs": [
"-ffreestanding",
- "-D__ARCH_IA32"
+ "-D__ARCH_IA32",
+ "-D__LUNAIXOS_DEBUG__"
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",