Remove Debug Statement for Win/MinGW (#5283)

This commit is contained in:
micw523 2018-10-23 14:50:57 -05:00 committed by Paul Yang
parent acc0fc2a9e
commit 0038ff49af

View File

@ -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/