aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ccrypt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ccrypt.rb b/Library/Formula/ccrypt.rb
index 172e13e58..b8615067c 100644
--- a/Library/Formula/ccrypt.rb
+++ b/Library/Formula/ccrypt.rb
@@ -6,7 +6,7 @@ class Ccrypt < Formula
md5 'c3f78019d7a166dd66f1d4b1390c62c2'
def install
- # Tests fail with clang at higher optimization
+ # Tests fail with clang (build 318) at higher optimization
ENV.no_optimization if ENV.compiler == :clang
system "./configure", "--disable-debug",