summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-gprof.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config/host-gprof.rb')
-rw-r--r--build_config/host-gprof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-gprof.rb b/build_config/host-gprof.rb
index 2689dc9b2..2bdf5bebd 100644
--- a/build_config/host-gprof.rb
+++ b/build_config/host-gprof.rb
@@ -9,6 +9,6 @@ MRuby::Build.new do |conf|
conf.linker.flags << '-pg'
# Turn on `enable_debug` for better debugging
- enable_debug
+ conf.enable_debug
conf.enable_test
end