Skip to content

Commit

Permalink
Cecil optimize turned on
Browse files Browse the repository at this point in the history
  • Loading branch information
csnemes committed Jun 7, 2015
1 parent 8603244 commit 05fcbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracer.Fody/Weavers/MethodWeaver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void Execute(bool addTrace)
SearchForAndReplaceStaticLogCalls();

_body.InitLocals = true;
// _body.OptimizeMacros();
_body.OptimizeMacros();
}

private void WeaveTraceEnter()
Expand Down

0 comments on commit 05fcbe0

Please sign in to comment.