Skip to content

Commit

Permalink
Adjust makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 26, 2024
1 parent f7c7b7f commit 912dd3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ build:
cd ../contracts && RUSTFLAGS="-C target-feature=-a" cargo build --target riscv64imac-unknown-none-elf

build-examples:
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --features build-with-clang --example always_failure --target riscv64imac-unknown-none-elf
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --features build-with-clang --example always_success --target riscv64imac-unknown-none-elf
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --features build-with-clang --example atomic --target riscv64imac-unknown-none-elf
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --features build-with-clang --example type_id --target riscv64imac-unknown-none-elf --features "type-id"
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --target riscv64imac-unknown-none-elf --features build-with-clang --example always_failure
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --target riscv64imac-unknown-none-elf --features build-with-clang --example always_success
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --target riscv64imac-unknown-none-elf --features build-with-clang --example atomic
cd ../examples && RUSTFLAGS="-C target-feature=-a" cargo build --target riscv64imac-unknown-none-elf --features build-with-clang,type-id --example type_id

clean:
rm -rf ../build
Expand Down

0 comments on commit 912dd3d

Please sign in to comment.