postgresql: use default optimization

We default to Os now, so we don't need to force O2.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-09-11 22:49:11 -05:00
parent 08d221ea28
commit c210779f67
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ class Postgresql < Formula
ENV.append 'LDFLAGS', '-arch i386'
end
# Fails on Core Duo with O4 and O3
ENV.O2 if Hardware.intel_family == :core
system "./configure", *args
system "make install-world"
end