diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-10-07 09:59:00 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-07 10:23:15 +0000 |
commit | ea357eb320f99d0218782a0c0c68c55514e4513c (patch) | |
tree | 6fe528a875efe35616c1117bf9b5f37d77f28011 /config/pathdef.c.in | |
parent | a1901941f8de5de54e0da1fe314d92bf705bca38 (diff) | |
download | rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.tar.gz rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.tar.bz2 rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.zip |
version: remove "Compilation" and "Linking" messages.
Can't reliably get this information from cmake (#1267), so it's
misleading to show these messages at all. We can always revert this
commit if we find a way later.
Diffstat (limited to 'config/pathdef.c.in')
-rw-r--r-- | config/pathdef.c.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/pathdef.c.in b/config/pathdef.c.in index 7977daa065..b30bcfd3f1 100644 --- a/config/pathdef.c.in +++ b/config/pathdef.c.in @@ -1,7 +1,5 @@ #include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h" char_u *default_vim_dir = (char_u *)"${CMAKE_INSTALL_PREFIX}/share/nvim"; char_u *default_vimruntime_dir = (char_u *)""; -char_u *all_cflags = (char_u *)"${COMPILER_FLAGS}"; -char_u *all_lflags = (char_u *)"${LINKER_FLAGS}"; char_u *compiled_user = (char_u *)"${USERNAME}"; char_u *compiled_sys = (char_u *)"${HOSTNAME}"; |