Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes to CMakeLists #572

Merged
merged 3 commits into from Apr 11, 2020
Merged

Commits on Apr 10, 2020

  1. CMake: Fix appending of linker flags.

    There was a typo in `CMAKE_SHARED_LINKER_FLAGS`.
    besser82 committed Apr 10, 2020
    Copy the full SHA
    a989651 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58670ec View commit details
    Browse the repository at this point in the history
  3. CMake: Check whether BSYMBOLIC is supported by the linker.

    Linking with '-Bsymbolic-functions' is supported for ELF-binaries, only.
    besser82 committed Apr 10, 2020
    Copy the full SHA
    e756777 View commit details
    Browse the repository at this point in the history