mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Homebrew: Compile as release build.
This commit is contained in:
parent
1b9e4d7731
commit
87ab041610
@ -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