Use an optimized build in then homebrew formula
This commit is contained in:
parent
c0afbe8626
commit
66ad1ff122
|
@ -13,7 +13,7 @@ class Kakoune < Formula
|
||||||
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
|
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
|
||||||
|
|
||||||
cd 'src' do
|
cd 'src' do
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}", "debug=no"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user