mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-22 11:01:48 +03:00
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"
|
||||
|
||||
cd 'src' do
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
system "make", "install", "PREFIX=#{prefix}", "debug=no"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user