mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
It's simpler to let cmake figure out what flags to add to each platforms to create position independent code rather than handling it ourselves. Also remove code that sets POSITION_INDEPENDENT_CODE property on SHARED and MODULE libraries, as it's already on by default.