Make skip-unused build prod; better ci information

This commit is contained in:
Jef Roosens 2022-04-15 11:46:14 +02:00
parent 10377632d5
commit c6813f1e0d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 4 additions and 1 deletions

View file

@ -87,4 +87,4 @@ afvieter: $(SOURCES)
.PHONY: skip-unused
skip-unused: suvieter
suvieter: $(SOURCES)
$(V_PATH) -showcc -skip-unused -o suvieter $(SRC_DIR)
$(V_PATH) -showcc -skip-unused -prod -o suvieter $(SRC_DIR)