diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-07 22:19:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 22:19:55 +0200 |
commit | 6ebe476675923cdade0a460148209ee9f01c2fd6 (patch) | |
tree | 7bf6ff4526e0f3941bea938e2badf3a4b29943dd /contrib | |
parent | 0167c2e0c9d5bb90f1539f1780e2b986bbe75f11 (diff) | |
download | rneovim-6ebe476675923cdade0a460148209ee9f01c2fd6.tar.gz rneovim-6ebe476675923cdade0a460148209ee9f01c2fd6.tar.bz2 rneovim-6ebe476675923cdade0a460148209ee9f01c2fd6.zip |
build: clean up / remove X_USE_STATIC (#10713)
This was discouraged (as an option) in 5b5d353151 [1], not enabled/used by
default, and not working according to the comment in local.mk.example.
Taken out of https://github.com/neovim/neovim/pull/10395.
1: https://github.com/neovim/neovim/pull/2465
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.mk.example | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/local.mk.example b/contrib/local.mk.example index a8c8e9cefb..5a31ded59b 100644 --- a/contrib/local.mk.example +++ b/contrib/local.mk.example @@ -47,18 +47,6 @@ # # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED=OFF -# By default, bundled libraries are statically linked to nvim. -# This has no effect for non-bundled deps, which are always dynamically linked. -# Uncomment these entries to instead use dynamic linking. -# -# CMAKE_EXTRA_FLAGS += -DLIBTERMKEY_USE_STATIC=OFF -# CMAKE_EXTRA_FLAGS += -DLIBUNIBILIUM_USE_STATIC=OFF -# CMAKE_EXTRA_FLAGS += -DLIBUV_USE_STATIC=OFF -# CMAKE_EXTRA_FLAGS += -DLIBVTERM_USE_STATIC=OFF -# CMAKE_EXTRA_FLAGS += -DLUAJIT_USE_STATIC=OFF -# CMAKE_EXTRA_FLAGS += -DMSGPACK_USE_STATIC=OFF -# -# # .DEFAULT_GOAL := nvim # # Run doxygen over the source code. |