We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18fbc20 + a2a3e40 commit b20ba76Copy full SHA for b20ba76
driver/ldmd.cpp
@@ -483,11 +483,13 @@ struct Params
483
pic(false),
484
emitMap(false),
485
multiObj(false),
486
+ debugInfo(Debug::none),
487
alwaysStackFrame(false),
488
profile(false),
489
verbose(false),
490
vdmd(false),
491
logTlsUse(false),
492
+ warnings(Warnings::none),
493
optimize(false),
494
noObj(false),
495
objDir(0),
gen/llvmhelpers.cpp
@@ -1022,6 +1022,7 @@ void DtoVarDeclaration(VarDeclaration* vd)
1022
assert(!vd->aliassym && "Aliases are handled in DtoDeclarationExp.");
1023
1024
Logger::println("vdtype = %s", vd->type->toChars());
1025
+ LOG_SCOPE
1026
1027
if (vd->nestedrefs.dim)
1028
{
0 commit comments