Commit 0038ff49 authored by micw523's avatar micw523 Committed by Paul Yang

Remove Debug Statement for Win/MinGW (#5283)

parent acc0fc2a
......@@ -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/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment