Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't override system CMAKE_EXE_LINKER_FLAGS and don't set -fPIE…
… for shared libraries - Append to CMAKE_EXE_LINKER_FLAGS instead of overriding it. - `-fPIE` is invalid for shared libraries. Removing it here fixes building for Arch. Please use --enable-default-pie for gcc instead of inserting PIE flags to every package.
- Loading branch information