From b910c6263a40932a8efbcc13717bc9eb88a557d2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 11 Sep 2012 22:49:11 -0500 Subject: postgresql: use default optimization We default to Os now, so we don't need to force O2. Signed-off-by: Jack Nagel --- Library/Formula/postgresql.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3