We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05812d5 commit 85d8758Copy full SHA for 85d8758
src/config/discover.ml
@@ -73,10 +73,7 @@ let add_compiler_args ~is_msvc ~cflags ~libs =
73
match is_msvc with
74
| true -> { C.Pkg_config.cflags = cflags @ [ "/O2" ]; libs }
75
| false ->
76
- {
77
- C.Pkg_config.cflags = cflags @ [ "-O2"; "-fPIC"; "-DPIC" ];
78
- libs = libs @ [ "-lpthread" ];
79
- }
+ { C.Pkg_config.cflags = cflags @ [ "-O2"; "-fPIC"; "-DPIC" ]; libs }
80
81
let () =
82
let module C = Configurator.V1 in
0 commit comments