Skip to content

Commit

Permalink
Fix stats for spec and eval
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored and asterite committed Dec 6, 2016
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
Expand Up @@ -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
Expand Down

0 comments on commit 284f7d6

Please sign in to comment.