diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-01-15 11:29:24 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-01-15 11:29:24 +0000 |
| commit | 66ad1ff1229b172bade9010a2b1abd18252f8a79 (patch) | |
| tree | ca097008dec49b202197446eff2fa43ce02edd0d /contrib | |
| parent | c0afbe8626d8e30b0258fa33db3c4d35532780ba (diff) | |
Use an optimized build in then homebrew formula
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/kakoune.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/kakoune.rb b/contrib/kakoune.rb index 1af95e36..55edaeed 100644 --- a/contrib/kakoune.rb +++ b/contrib/kakoune.rb @@ -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 |
