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 e925fbb commit 92283dcCopy full SHA for 92283dc
nix/ext/pg_graphql.nix
@@ -32,7 +32,6 @@ buildPgrxExtension_0_12_9 rec {
32
NIX_BUILD_CORES = "4"; # Limit parallel jobs
33
CARGO_BUILD_JOBS = "4"; # Limit cargo parallelism
34
};
35
- CARGO_BUILD_RUSTFLAGS = "--cfg tokio_unstable -C debuginfo=0";
36
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
37
38
0 commit comments