mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
add OOT_DEBUG
define to vscode.md (#1607)
This commit is contained in:
parent
8a09f33c8f
commit
f02d012ce7
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue