ext/extconf.rb in ruby-prof-0.7.4 vs ext/extconf.rb in ruby-prof-0.7.5
- old
+ new
@@ -35,6 +35,8 @@
$defs.push("-D#{name}")
end
add_define 'RUBY_VM' if RUBY_VERSION >= '1.9'
+add_define 'DEBUG' if $DEBUG
+
create_makefile("ruby_prof")
- old
+ new