Skip to content

Commit 232ef0b

Browse files
committed
Attempt setting lld_undefined_version to default ot false
1 parent 02755c9 commit 232ef0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/toolchains/compiler/llvm_compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class LLVMCompilers(Compiler):
7474
'basic-block-vectorize': (False, "Basic block vectorization"),
7575

7676
# https://github.com/madler/zlib/issues/856
77-
'lld_undefined_version': (True, "-Wl,--undefined-version - Allow unused version in version script"),
77+
'lld_undefined_version': (False, "-Wl,--undefined-version - Allow unused version in version script"),
7878
'no_unused_args': (
7979
True,
8080
"-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing "

0 commit comments

Comments
 (0)