summaryrefslogtreecommitdiffhomepage
path: root/target/host-gprof.rb
diff options
context:
space:
mode:
Diffstat (limited to 'target/host-gprof.rb')
-rw-r--r--target/host-gprof.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/host-gprof.rb b/target/host-gprof.rb
deleted file mode 100644
index 31b952920..000000000
--- a/target/host-gprof.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-MRuby::Build.new do |conf|
- # load specific toolchain settings
- toolchain :gcc
-
- # include the GEM box
- conf.gembox 'full-core'
-
- conf.cc.flags << '-pg'
- conf.linker.flags << '-pg'
-
- # Turn on `enable_debug` for better debugging
- enable_debug
- conf.enable_test
-end