diet -Os please

This commit is contained in:
Felix von Leitner 2003-11-07 13:48:28 +00:00
parent 4253ad69dd
commit 7e56c81eb2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ path = $(subst :, ,$(PATH))
diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
ifeq ($(strip $(diet_path)),)
ifneq ($(wildcard /opt/diet/bin/diet),)
DIET=/opt/diet/bin/diet
DIET=/opt/diet/bin/diet -Os
else
DIET=
endif