botan: remove debug option
This commit is contained in:
parent
65d9ad36fc
commit
c6f439c8c2
1 changed files with 0 additions and 6 deletions
|
@ -12,10 +12,6 @@ class Botan < Formula
|
|||
sha256 "693252ff477a8c5ce0a0703538682d90a2bb0e63e52237d279c8fa7a7863a2a8" => :el_capitan
|
||||
end
|
||||
|
||||
option "with-debug", "Enable debug build of Botan"
|
||||
|
||||
deprecated_option "enable-debug" => "with-debug"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
|
||||
|
@ -35,8 +31,6 @@ class Botan < Formula
|
|||
--with-bzip2
|
||||
]
|
||||
|
||||
args << "--enable-debug" if build.with? "debug"
|
||||
|
||||
system "./configure.py", *args
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue