git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: one more step towards arch-agnostic design
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
diff --git
a/lunaix-os/.vscode/c_cpp_properties.json
b/lunaix-os/.vscode/c_cpp_properties.json
index 7536e26c8a1c67c519e2cd21390d26019f94c383..a2de1fb296041e62441a555da06a236594d7735d 100644
(file)
--- a/
lunaix-os/.vscode/c_cpp_properties.json
+++ b/
lunaix-os/.vscode/c_cpp_properties.json
@@
-10,7
+10,7
@@
],
"compilerArgs": [
"-ffreestanding",
- "-D__ARCH_
IA32
",
+ "-D__ARCH_
_=i386
",
"-D__LUNAIXOS_DEBUG__",
"-include flags.h"
],