1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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