mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Merge pull request #1366 from fwalch/homebrew-release
Homebrew: Compile as release build.
This commit is contained in:
commit
33d3a7c83b
@ -12,6 +12,6 @@ class Neovim < Formula
|
||||
def install
|
||||
ENV["GIT_DIR"] = cached_download/".git" if build.head?
|
||||
ENV.deparallelize
|
||||
system "make", "CMAKE_EXTRA_FLAGS=\"-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}\"", "install"
|
||||
system "make", "CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_EXTRA_FLAGS=\"-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}\"", "install"
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user