[libc][benchmark] Do not force static linking

Being able to link statically depends on other CMake options and choice of libc.
This commit is contained in:
Guillaume Chatelet
2023-05-11 09:09:28 +00:00
parent b51e6bfcb6
commit eea5d9cc41

View File

@@ -196,7 +196,6 @@ target_link_libraries(libc.benchmarks.memory_functions.opt_host
libc.src.string.bzero_opt_host.__internal__
libc.src.string.memmove_opt_host.__internal__
benchmark_main
-static
)
llvm_update_compile_flags(libc.benchmarks.memory_functions.opt_host)