mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix -MG always being enabled
This commit is contained in:
@@ -332,7 +332,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
nMaxRecursionDepth = 64;
|
||||
oGeneratePhonyDeps = false;
|
||||
oGeneratedMissingIncludes = true;
|
||||
oGeneratedMissingIncludes = false;
|
||||
oFailedOnMissingInclude = false;
|
||||
tzTargetFileName = NULL;
|
||||
size_t nTargetFileNameLen = 0;
|
||||
|
||||
Reference in New Issue
Block a user