aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/proj.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/proj.rb')
-rw-r--r--Library/Formula/proj.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb
index 251915787..2a323e460 100644
--- a/Library/Formula/proj.rb
+++ b/Library/Formula/proj.rb
@@ -22,7 +22,7 @@ class Proj < Formula
# The datum grid files are required to support datum shifting
ProjDatumgrid.new.brew { cp Dir["*"], buildpath/'nad' }
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end