ccrypt: clarify which clang build was tested
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1802591877
commit
d300df3db6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue