Remove Debug Statement for Win/MinGW (#5283)
This commit is contained in:
parent
acc0fc2a9e
commit
0038ff49af
@ -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…
Reference in New Issue
Block a user