Now strip elf executables so they are much smaller and quicker to

read from and write to a floppy.
This commit is contained in:
Joel Sherrill
1998-07-09 18:52:07 +00:00
parent 2ba0a0c2a8
commit d7d51376cb

View File

@@ -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