Skip to content

Commit

Permalink
Fix stats for spec and eval
Browse files Browse the repository at this point in the history
makenowjust authored and Ary Borenszweig committed Dec 6, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nomadium Miguel Landaeta
1 parent 5d2c24a commit 284f7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/crystal/command.cr
Original file line number Diff line number Diff line change
@@ -451,6 +451,7 @@ class Crystal::Command
compiler.release = true
end
opts.on("-s", "--stats", "Enable statistics output") do
@stats = true
compiler.stats = true
end
opts.on("-h", "--help", "Show this message") do

0 comments on commit 284f7d6

Please sign in to comment.