diff options
| author | Jack Nagel | 2012-09-11 22:49:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-11 22:49:55 -0500 |
| commit | b910c6263a40932a8efbcc13717bc9eb88a557d2 (patch) | |
| tree | a1298956af922691a264afa7e79ced09e893d420 /Library/Formula/postgresql.rb | |
| parent | eab976bfb1438362ea48589eafdd4f8d6abb53ab (diff) | |
| download | homebrew-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.rb | 3 |
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 |
