Skip to content

Commit

Permalink
[libc][benchmark] Do not force static linking
Browse files Browse the repository at this point in the history
Being able to link statically depends on other CMake options and choice of libc.
  • Loading branch information
gchatelet committed May 11, 2023
1 parent b51e6bf commit eea5d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit eea5d9c

Please sign in to comment.