botan: remove debug option

This commit is contained in:
FX Coudert 2018-09-26 16:14:39 +02:00
parent 65d9ad36fc
commit c6f439c8c2

View file

@ -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