We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa10b5f commit c769f57Copy full SHA for c769f57
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -138,7 +138,7 @@ function(create_libc_unittest fq_target_name)
138
139
_get_common_test_compile_options(compile_options "${LIBC_UNITTEST_C_TEST}"
140
"${LIBC_UNITTEST_FLAGS}")
141
- list(APPEND compile_options ${LIBC_UNITTEST_COMPILE_OPTIONS} -static)
+ list(APPEND compile_options ${LIBC_UNITTEST_COMPILE_OPTIONS})
142
143
if(SHOW_INTERMEDIATE_OBJECTS)
144
message(STATUS "Adding unit test ${fq_target_name}")
0 commit comments