Remove Debug Statement for Win/MinGW (#5283)

pull/5238/head
micw523 6 years ago committed by Paul Yang
parent acc0fc2a9e
commit 0038ff49af
  1. 4
      ruby/ext/google/protobuf_c/extconf.rb

@ -2,9 +2,7 @@
require 'mkmf'
unless RUBY_PLATFORM =~ /mswin|mingw/
$CFLAGS += " -std=c99 -O3 -DNDEBUG"
end
$CFLAGS += " -std=c99 -O3 -DNDEBUG"
if RUBY_PLATFORM =~ /linux/

Loading…
Cancel
Save