Skip to content

Commit

Permalink
Compile spdlog with -fvisiblity=hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Jan 17, 2025
1 parent 57d08f6 commit 1de14c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/spdlog/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
-DCMAKE_CXX_VISIBILITY_PRESET=hidden
-DSPDLOG_FMT_EXTERNAL=ON
-DSPDLOG_INSTALL=ON
-DSPDLOG_BUILD_SHARED=${SPDLOG_BUILD_SHARED}
Expand Down

0 comments on commit 1de14c6

Please sign in to comment.