Skip to content

Commit 02d76d8

Browse files
committed
remove cfi
1 parent 96d4888 commit 02d76d8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,10 @@ jobs:
7979
asan:
8080
- flag: sanitizer=address
8181
options: detect_leaks=1 detect_stack_use_after_return=1
82-
rustc_flags: ""
8382
- flag: sanitizer=memory
8483
options: ""
85-
rustc_flags: ""
8684
- flag: sanitizer=safestack
8785
options: ""
88-
rustc_flags: ""
89-
- flag: sanitizer=cfi
90-
options: ""
91-
rustc_flags: "-Clto -Ccodegen-units=1 -Cembed-bitcode=yes"
9286

9387
steps:
9488
- uses: actions/checkout@v5
@@ -118,7 +112,7 @@ jobs:
118112
env:
119113
RUST_TARGET: x86_64-unknown-linux-gnu
120114
RUST_BACKTRACE: 1
121-
RUSTFLAGS: "-Z${{ matrix.asan.flag }} ${{ matrix.asan.rustc_flags }}"
115+
RUSTFLAGS: "-Z${{ matrix.asan.flag }}"
122116
ASAN_OPTIONS: ${{ matrix.asan.options }}
123117
CARGO_UNSTABLE_BUILD_STD: std,panic_abort
124118

0 commit comments

Comments
 (0)