Replies: 1 comment 1 reply
-
Sounds good 👌 Based on the performance comparison from last year: would it make sense to turn of the shared library build for the clusters? Most of the times memory is not a problem there and the performance plays a bigger role on the clusters. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Arising from #809 and #829, I propose to make a shared library build the default setting in CMake. This means you need to specifically request
FOUR_C_BUILD_SHARED_LIBS =OFF
for a static library build. I am proposing this since I would personally always use a shared library build. WDYT?Relevant comment: #829 (comment)
Beta Was this translation helpful? Give feedback.
All reactions