We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906fa01 commit 92bb8a8Copy full SHA for 92bb8a8
1 file changed
ext/msgpack/extconf.rb
@@ -6,7 +6,7 @@
6
have_func("rb_hash_new_capa", "ruby.h") # Ruby 3.2+
7
8
unless RUBY_PLATFORM.include? 'mswin'
9
- $CFLAGS << %[ -I.. -Wall -O3 #{RbConfig::CONFIG["debugflags"]} -std=gnu99]
+ $CFLAGS << %[ -I.. -Wall -O0 -g #{RbConfig::CONFIG["debugflags"]} -std=gnu99]
10
end
11
12
if RUBY_VERSION.start_with?('3.0.')
0 commit comments