File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,15 @@ RUSTFLAGS+=-Cforce-frame-pointers=yes
1010RUSTFLAGS+=-Ctarget-feature =-crt-static
1111CC: =clang
1212
13- RUST_VERSION? =+1.76.0
14-
1513CARGO? =cargo
1614
17- .PHONY : build clean toolchain
15+ .PHONY : build clean
1816
1917build :
20- RUSTFLAGS=" $( RUSTFLAGS) " $(CARGO ) $( RUST_VERSION ) build --target x86_64-unknown-linux-gnu --release --lib
18+ RUSTFLAGS=" $( RUSTFLAGS) " $(CARGO ) build --target x86_64-unknown-linux-gnu --release --lib
2119
2220test/self_test : test/self_test.c
2321 $(CC ) -o $@ $< -Werror=all -pedantic -ldl -fsanitize=address,fuzzer-no-link -fsanitize-coverage=inline-8bit-counters
2422
2523clean :
2624 $(CARGO ) clean
27-
28- toolchain :
29- rustup toolchain install $(RUST_VERSION )
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.76.0"
You can’t perform that action at this time.
0 commit comments