pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

neovim: Switch to release build



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Aug 21 14:53:45 2021 +0200
Changeset:	9eda36257b2445494ecff617ceb8baff52e36a46

Modified Files:
	neovim/Makefile

Log Message:
neovim: Switch to release build

Pointed out/suggested via `:checkhealth'.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9eda36257b2445494ecff617ceb8baff52e36a46

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 neovim/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index 40ce021b4a..a613c3465a 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -15,6 +15,7 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
 CONFIGURE_DIRS=		${WRKDIR}/build
+CMAKE_ARGS+=		-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARG_PATH=		${WRKSRC}
 
 # should follow the LuaJIT API compatibility


Home | Main Index | Thread Index | Old Index