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 b005757 commit 6207251Copy full SHA for 6207251
.cargo/config.toml
@@ -1,3 +1,7 @@
1
[target.'cfg(target_os="macos")']
2
# Postgres symbols won't be available until runtime
3
rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]
4
+
5
+[target.'cfg(target_os="linux")']
6
+# Postgres symbols won't be available until runtime
7
+rustflags = ["-Clink-arg=-Wl,--unresolved-symbols=ignore-all"]
0 commit comments