Skip to content

Commit 5b8479b

Browse files
authored
[libc][CMake] Set library type of libc_diff_test_utils to STATIC (#99869)
Fixes linker errors due to hidden symbols when running CMake with -DBUILD_SHARED_LIBS=ON.
1 parent cffe115 commit 5b8479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/performance_testing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add_library(
2-
libc_diff_test_utils
2+
libc_diff_test_utils STATIC
33
Timer.cpp
44
Timer.h
55
)

0 commit comments

Comments
 (0)