fix to CFLAGS to allow compilation on SPARC with sunstudio compiler

This commit is contained in:
Anko painting 2010-10-18 18:33:34 -07:00
parent 0b3b63305e
commit e7dcf37bd4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ end
asplode h unless have_header h
end
unless RUBY_PLATFORM =~ /mswin/
unless RUBY_PLATFORM =~ /mswin/ or RUBY_PLATFORM =~ /sparc/
$CFLAGS << ' -Wall -funroll-loops'
end
# $CFLAGS << ' -O0 -ggdb3 -Wextra'