fix to CFLAGS to allow compilation on SPARC with sunstudio compiler
This commit is contained in:
parent
0b3b63305e
commit
e7dcf37bd4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue