Skip to content

Commit

Permalink
Remove feature flag for compile --profile
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Aug 22, 2016
1 parent 7d37426 commit ac127f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nanoc/cli/commands/compile.rb
Expand Up @@ -14,7 +14,7 @@
SKIP - The item was deemed not outdated and was therefore not recompiled
EOS
flag nil, :profile, 'profile compilation' if Nanoc::Feature.enabled?('PROFILER')
flag nil, :profile, 'profile compilation'

module Nanoc::CLI::Commands
class Compile < ::Nanoc::CLI::CommandRunner
Expand Down

0 comments on commit ac127f4

Please sign in to comment.