Skip to content

Commit

Permalink
Disables unused cli arguments warnings from clang assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Oct 7, 2024
1 parent 68687c6 commit 2ad4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.standard_app
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ APP_FLAGS_APP_LOAD_PARAMS = $(shell printf '0x%x' $$(( $(STANDARD_APP_FLAGS) + $
CC := $(CLANGPATH)clang
AS := $(CLANGPATH)clang
LD := $(CLANGPATH)clang
AFLAGS += --target=arm-arm-none-eabi
AFLAGS += --target=arm-arm-none-eabi -Wno-unused-command-line-argument
LDLIBS += -lm -lgcc -lc

#####################################################################
Expand Down

0 comments on commit 2ad4255

Please sign in to comment.