Disable strip on executable for target package-atari.

This commit is contained in:
Ole Loots 2012-08-26 18:50:46 +02:00
parent 37b4e77720
commit 28a7096853
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) $(PKGNAME)
$(VQ)echo Creating $(PKGNAME)
$(PKGNAME): $(EXETARGET)
$(Q)$(STRIP) $(EXETARGET)
# $(Q)$(STRIP) $(EXETARGET)
$(Q)$(STACK) -S 256k $(EXETARGET)
$(Q)rm -rf $(ATARI_TARGET_DIR)
$(Q)rm -rf $(PKGNAME)