diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-01-09 21:22:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 15:22:51 -0500 |
| commit | f02d012ce73913f021f0c018bdbe5caf6546268e (patch) | |
| tree | 5eed5ccb4e6d383bc1fc85d18eff17deb1b5df3a /docs | |
| parent | 8a09f33c8fbbaaa31ef8726757f4bf53dd156a16 (diff) | |
add `OOT_DEBUG` define to vscode.md (#1607)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vscode.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/vscode.md b/docs/vscode.md index a82820061..6ba1ebcf3 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -54,7 +54,8 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur "include" ], "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 "cppStandard": "${default}" // Only ZAPD uses C++, so doesn't really matter |
