Homebrew: Compile as release build.

This commit is contained in:
Florian Walch 2014-10-31 17:00:37 +01:00
parent 1b9e4d7731
commit 87ab041610

View File

@ -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