Use an optimized build in then homebrew formula

This commit is contained in:
Maxime Coste 2017-01-15 11:29:24 +00:00
parent c0afbe8626
commit 66ad1ff122

View File

@ -13,7 +13,7 @@ class Kakoune < Formula
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
cd 'src' do
system "make", "install", "PREFIX=#{prefix}"
system "make", "install", "PREFIX=#{prefix}", "debug=no"
end
end
end