mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -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
|
def install
|
||||||
ENV["GIT_DIR"] = cached_download/".git" if build.head?
|
ENV["GIT_DIR"] = cached_download/".git" if build.head?
|
||||||
ENV.deparallelize
|
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
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user