Skip to content

Commit

Permalink
fix linker cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ivila committed Dec 19, 2024
1 parent 8634364 commit c7cc176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world-rs/ta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BUILDER = $(if $(STD),xargo,cargo)
all: ta strip sign

ta:
@$(BUILDER) build --target $(TARGET) --release
@$(BUILDER) build --target $(TARGET) --release --config $(LINKER_CFG)

strip: ta
@$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
Expand Down

0 comments on commit c7cc176

Please sign in to comment.