This icu4c caveat doesn't seem to have effected anyone actually

This commit is contained in:
Max Howell 2010-01-18 09:13:04 +00:00
parent 0877bf4f6d
commit 84deed7379

View file

@ -23,12 +23,6 @@ class Icu4c <Formula
system "make install"
end
end
def caveats; <<-EOS
ICU doesn't like to build on Snow Leopard with all the heavy CFLAG
optimizations, primarily -O4. Try ENV.O3 in the install function
EOS
end
end