1
0
Fork 0
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:
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" "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