Skip to content

Commit

Permalink
test file
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Jan 9, 2025
1 parent 1ab1c00 commit 6a4a9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ APP_CUSTOM_LINK_DEPENDENCIES = rust
.PHONY: rust
rust:
ifeq ($(FULL_APP), 1)
cd rust && RUSTC_BOOTSTRAP=1 CARGO_HOME="$(CURDIR)/rust/.cargo" cargo build --target $(RUST_TARGET) --release --features full_app
cd rust && RUSTC_BOOTSTRAP=1 CARGO_HOME="$(CURDIR)/rust/.cargo" RUSTFLAGS="-Cllvm-args=--inline-threshold=0" cargo build --target $(RUST_TARGET) --release --features full_app
else
cd rust && RUSTC_BOOTSTRAP=1 CARGO_HOME="$(CURDIR)/rust/.cargo" cargo build --target $(RUST_TARGET) --release
cd rust && RUSTC_BOOTSTRAP=1 CARGO_HOME="$(CURDIR)/rust/.cargo" RUSTFLAGS="-Cllvm-args=--inline-threshold=0" cargo build --target $(RUST_TARGET) --release
endif

# Before linking, we need to be sure rust lib is there
Expand Down
35 changes: 0 additions & 35 deletions app/rust/.cargo/config.toml

This file was deleted.

0 comments on commit 6a4a9c7

Please sign in to comment.