aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/doxygen.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb
index 9befcdef5..7c249e5cd 100644
--- a/Library/Formula/doxygen.rb
+++ b/Library/Formula/doxygen.rb
@@ -32,10 +32,6 @@ class Doxygen < Formula
tmake/lib/macosx-c++/tmake.conf
tmake/lib/macosx-intel-c++/tmake.conf
tmake/lib/macosx-uni-c++/tmake.conf ] do |s|
- # otherwise clang may use up large amounts of RAM while
- # processing localization files
- # gcc doesn't support the flag
- s.gsub! '-Wno-invalid-source-encoding', '' unless ENV.compiler == :clang
# makefiles hardcode both cc and c++
s.gsub! /cc$/, ENV.cc
s.gsub! /c\+\+$/, ENV.cxx