mirror of https://github.com/zeldaret/oot.git
add `OOT_DEBUG` define to vscode.md (#1607)
This commit is contained in:
parent
8a09f33c8f
commit
f02d012ce7
|
@ -54,7 +54,8 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur
|
||||||
"include"
|
"include"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"_LANGUAGE_C" // For gbi.h
|
"_LANGUAGE_C", // For gbi.h
|
||||||
|
"OOT_DEBUG" // If targeting a debug version
|
||||||
],
|
],
|
||||||
"cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments
|
"cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments
|
||||||
"cppStandard": "${default}" // Only ZAPD uses C++, so doesn't really matter
|
"cppStandard": "${default}" // Only ZAPD uses C++, so doesn't really matter
|
||||||
|
|
Loading…
Reference in New Issue