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 1cc0853 commit 05d8bd0Copy full SHA for 05d8bd0
.cargo/config.toml
@@ -0,0 +1,3 @@
1
+[target.x86_64-unknown-linux-gnu]
2
+
3
+rustflags=["-Clink-arg=-Wl,-z,nostart-stop-gc"]
.github/workflows/test.yml
@@ -9,6 +9,7 @@ on:
9
- solvers/**
10
- crates/**
11
- Cargo.*
12
+ - .cargo/*
13
- .github/workflows/test.yml
14
- .github/workflows/code-coverage-deploy.yml
15
pull_request:
0 commit comments