[libc][NFC] remove unneeded -lpthread for utils_test
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 20 Oct 2022 08:48:22 +0000 (08:48 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 20 Oct 2022 08:48:50 +0000 (08:48 +0000)
libc/test/src/string/memory_utils/CMakeLists.txt

index 8f92627..9dc2a6d 100644 (file)
@@ -9,7 +9,6 @@ add_libc_unittest(
   COMPILE_OPTIONS
     ${LIBC_COMPILE_OPTIONS_NATIVE}
     -ffreestanding
-    -pthread
   DEPENDS
     libc.src.string.memory_utils.memory_utils
     libc.src.__support.CPP.array