mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
add OOT_DEBUG define to vscode.md (#1607)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user