aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-11 22:49:11 -0500
committerJack Nagel2012-09-11 22:49:55 -0500
commitb910c6263a40932a8efbcc13717bc9eb88a557d2 (patch)
treea1298956af922691a264afa7e79ced09e893d420 /Library/Formula/postgresql.rb
parenteab976bfb1438362ea48589eafdd4f8d6abb53ab (diff)
downloadhomebrew-b910c6263a40932a8efbcc13717bc9eb88a557d2.tar.bz2
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>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 8b78d4f26..80e459ee8 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -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