Skip to content

Commit

Permalink
app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/643712
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
monsieurp committed Jan 7, 2018
1 parent 33dd70c commit 42d0016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-editors/neovim/neovim-0.2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RDEPEND="
remote? ( dev-python/neovim-remote )
clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"

CMAKE_BUILD_TYPE=RelWithDebInfo
CMAKE_BUILD_TYPE=Release

src_prepare() {
# use our system vim dir
Expand All @@ -64,7 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
)
)
cmake-utils_src_configure
}

Expand Down
4 changes: 2 additions & 2 deletions app-editors/neovim/neovim-0.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RDEPEND="
remote? ( dev-python/neovim-remote )
clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"

CMAKE_BUILD_TYPE=RelWithDebInfo
CMAKE_BUILD_TYPE=Release

src_prepare() {
# use our system vim dir
Expand All @@ -64,7 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
)
)
cmake-utils_src_configure
}

Expand Down
4 changes: 2 additions & 2 deletions app-editors/neovim/neovim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RDEPEND="
remote? ( dev-python/neovim-remote )
clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"

CMAKE_BUILD_TYPE=RelWithDebInfo
CMAKE_BUILD_TYPE=Release

src_prepare() {
# use our system vim dir
Expand All @@ -64,7 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
)
)
cmake-utils_src_configure
}

Expand Down

0 comments on commit 42d0016

Please sign in to comment.