We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679d085 commit 7630653Copy full SHA for 7630653
.github/workflows/vulnerabilities.yml
@@ -123,7 +123,7 @@ jobs:
123
124
- name: Run ControlFlowIntegrity
125
env:
126
- RUSTFLAGS: -Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld -Zsanitizer=cfi
+ RUSTFLAGS: -Clinker-plugin-lto -Clinker=clang -Zsanitizer=cfi
127
# Forward-edge control flow protection for both Rust-compiled code only
128
# and for C or C++ and Rust -compiled code mixed-language binaries
129
#
0 commit comments