We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9038166 commit 5183600Copy full SHA for 5183600
src/config/discover.ml
@@ -55,7 +55,6 @@ let () =
55
"-DPG_OCAML_MINOR_VERSION=" ^ minor
56
with exn -> print_fail (); raise exn
57
in
58
- eprintf "major: %s, minor: %s" major minor;
59
let conf = {
60
C.Pkg_config.
61
cflags = [pgsql_includedir; major; minor];
0 commit comments