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
dynamic memory manager (malloc & free)
[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 0840db114b3f75d58586c634ff195f27ac550b52..dd47757e385de54b3606f9f593c70117453dcdfc 100644
(file)
--- a/
lunaix-os/.vscode/c_cpp_properties.json
+++ b/
lunaix-os/.vscode/c_cpp_properties.json
@@
-7,7
+7,8
@@
],
"compilerArgs": [
"-ffreestanding",
- "-D__ARCH_IA32"
+ "-D__ARCH_IA32",
+ "-D__LUNAIXOS_DEBUG__"
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",