From d7d51376cbe99e84cf785068c4280c34e112418e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Jul 1998 18:52:07 +0000 Subject: Now strip elf executables so they are much smaller and quicker to read from and write to a floppy. --- make/custom/dmv177.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'make/custom/dmv177.cfg') diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg index e3fa5c489b..aff967ee8a 100644 --- a/make/custom/dmv177.cfg +++ b/make/custom/dmv177.cfg @@ -107,6 +107,7 @@ define make-exe $(PROJECT_TOOLS)/packhex > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe + $(STRIP) $(basename $@).nxe endef # Miscellaneous additions go here -- cgit v1.2.3