diet -Os please
This commit is contained in:
parent
6622288c7c
commit
20bd85b52d
@ -27,7 +27,7 @@ path = $(subst :, ,$(PATH))
|
|||||||
diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
|
diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
|
||||||
ifeq ($(strip $(diet_path)),)
|
ifeq ($(strip $(diet_path)),)
|
||||||
ifneq ($(wildcard /opt/diet/bin/diet),)
|
ifneq ($(wildcard /opt/diet/bin/diet),)
|
||||||
DIET=/opt/diet/bin/diet
|
DIET=/opt/diet/bin/diet -Os
|
||||||
else
|
else
|
||||||
DIET=
|
DIET=
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user