Since CMAKE_CXX_FLAGS can contain things like references to the build path, this prevents the builds of neovim-qt from being full reproducible. This can be seen in the results of the Reproducible Builds project's test for neovim-qt.
Would removing this from the about dialog be acceptable?
https://github.com/equalsraf/neovim-qt/blob/442abfba5399303cda8d8c6e9eaf7ed4227f4820/src/gui/app.cpp#L449
Since CMAKE_CXX_FLAGS can contain things like references to the build path, this prevents the builds of neovim-qt from being full reproducible. This can be seen in the results of the Reproducible Builds project's test for neovim-qt.
Would removing this from the about dialog be acceptable?