Skip to content

Commit

Permalink
Merge pull request #74 from bc-lee/feature/6.0-pic
Browse files Browse the repository at this point in the history
[6.0] Build with Position Independent Code unconditionally
  • Loading branch information
QuietMisdreavus authored Jul 18, 2024
2 parents 2c47322 + ecf62e6 commit 3ccff77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set_target_properties(libcmark-gfm-extensions PROPERTIES
MACOSX_RPATH TRUE
OUTPUT_NAME cmark-gfm-extensions
PDB_NAME libcmark-gfm-extensions
POSITION_INDEPENDENT_CODE YES
SOVERSION ${PROJECT_VERSION}
VERSION ${PROJECT_VERSION})

Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ set_target_properties(libcmark-gfm PROPERTIES
MACOSX_RPATH TRUE
OUTPUT_NAME cmark-gfm
PDB_NAME libcmark-gfm
POSITION_INDEPENDENT_CODE YES
SOVERSION ${PROJECT_VERSION}
VERSION ${PROJECT_VERSION})

Expand Down

0 comments on commit 3ccff77

Please sign in to comment.