We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777ce7d commit 3abbd14Copy full SHA for 3abbd14
1 file changed
compiler/compiler-settings.cpp
@@ -336,8 +336,7 @@ void CompilerSettings::init() {
336
if (is_k2_mode) {
337
// for now k2-component must be compiled with clang and statically linked libc++
338
ss << " -stdlib=libc++";
339
- // TODO support hidden visibility for k2-lib
340
- if (!dynamic_incremental_linkage.get() && mode.get() != "k2-lib") {
+ if (!dynamic_incremental_linkage.get()) {
341
ss << " -fvisibility=hidden";
342
}
343
// Temporary solution. Required for allocator functions replacement in timelib
0 commit comments