add OOT_DEBUG define to vscode.md (#1607)

This commit is contained in:
Dragorn421
2024-01-09 21:22:51 +01:00
committed by GitHub
parent 8a09f33c8f
commit f02d012ce7
+2 -1
View File
@@ -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