mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10: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.