build: optimize release profile (#4806)

This commit is contained in:
houseme
2026-07-14 18:56:15 +08:00
committed by GitHub
parent 24e7f8f19c
commit af5ca7c3f9
4 changed files with 17 additions and 7 deletions
-2
View File
@@ -85,7 +85,6 @@
# Set environment variables for build
PROTOC = "${pkgs.protobuf}/bin/protoc";
RUSTFLAGS = "--cfg tokio_unstable";
doCheck = false;
@@ -123,7 +122,6 @@
];
PROTOC = "${pkgs.protobuf}/bin/protoc";
RUSTFLAGS = "--cfg tokio_unstable";
};
}
);