Skip to content

Commit c769f57

Browse files
committed
Remove -static from unit tests.
1 parent aa10b5f commit c769f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function(create_libc_unittest fq_target_name)
138138

139139
_get_common_test_compile_options(compile_options "${LIBC_UNITTEST_C_TEST}"
140140
"${LIBC_UNITTEST_FLAGS}")
141-
list(APPEND compile_options ${LIBC_UNITTEST_COMPILE_OPTIONS} -static)
141+
list(APPEND compile_options ${LIBC_UNITTEST_COMPILE_OPTIONS})
142142

143143
if(SHOW_INTERMEDIATE_OBJECTS)
144144
message(STATUS "Adding unit test ${fq_target_name}")

0 commit comments

Comments
 (0)