| Commit message (Collapse) | Author | Age |
|
|
| |
This is used internally (e.g. on Travis) for 32-bit builds (`-m32`).
|
|
|
|
| |
Calls `GetCompileFlags` from `src/nvim` directory, to include
`--coverage` (and any others).
|
| |
|
|
|
| |
Ref: https://github.com/neovim/neovim/pull/10363#issuecomment-508916959
|
|
|
|
|
|
|
|
|
| |
Keeps using add_definitions for compatibility with older CMake.
Newer CMake (3.12) would have `add_compile_definitions`, but it is not
required, since `add_defitions` was meant to be used for
compile/preprocessor definitions initially anyway.
Ref: https://github.com/neovim/neovim/pull/4389
|
|
|
|
| |
Reduces noise in :version message.
|
|
|