Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "-rdynamic" flag for static builds (commonmark#300)
cmake adds `-rdynamic` on linux, even for static builds. This commit removes it for linux builds by resetting `CMAKE_SHARED_LIBRARY_LINK_C_FLAGS`.
- Loading branch information