FS#75253 - Neovim build is not optimized

Attached to Project: Community Packages
Opened by Daniel Dickstein (kvass) - Wednesday, 06 July 2022, 01:23 GMT
Last edited by Daniel M. Capella (polyzen) - Wednesday, 06 July 2022, 22:14 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Caleb Maclennan (alerque)
Daniel M. Capella (polyzen)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The Neovim build is not compiled with optimization flags, so it will run more slowly than necessary.

Additional info:
* package version(s) neovim 0.7.2-2
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

Run `:checkhealth` in Neovim. Observe the following warning in the output:

## Performance
- INFO: Build type: None
- WARNING: Non-optimized build. Nvim will be slower.
- ADVICE:
- Install a different Nvim package, or rebuild with `CMAKE_BUILD_TYPE=RelWithDebInfo`.
- https://github.com/neovim/neovim/wiki/FAQ
This task depends upon

Closed by  Daniel M. Capella (polyzen)
Wednesday, 06 July 2022, 22:14 GMT
Reason for closing:  None
Additional comments about closing:  https://github.com/archlinux/svntogit-co mmunity/commit/c844aae946b3ec992e6c1f2d0 1e8124981d937d9
Comment by Daniel M. Capella (polyzen) - Wednesday, 06 July 2022, 22:14 GMT
This was resolved about a week ago, update to neovim 0.7.2-3.

Loading...