From d48b4498ccc2797e74f62e8f8a87490a0d98b26d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 27 Jul 2019 06:38:33 -0600 Subject: [PATCH] cs: strip launchers in Windows cross build --- racket/src/cs/c/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/racket/src/cs/c/Makefile.in b/racket/src/cs/c/Makefile.in index 4635b1804a..8cec058bef 100644 --- a/racket/src/cs/c/Makefile.in +++ b/racket/src/cs/c/Makefile.in @@ -335,6 +335,10 @@ plain-install-upcased: $(ICP) GRacketCS.exe $(libpltdir)/GRacket$(CS_INSTALLED).exe $(ICP) MzStart.exe $(libpltdir)/MzStart.exe $(ICP) MrStart.exe $(libpltdir)/MrStart.exe + $(STRIP_DEBUG) $(prefix)/Racket$(CS_INSTALLED).exe + $(STRIP_DEBUG) $(libpltdir)/GRacket$(CS_INSTALLED).exe + $(STRIP_DEBUG) $(libpltdir)/MzStart.exe + $(STRIP_DEBUG) $(libpltdir)/MrStart.exe $(MAKE) system-install $(MAKE) compile-xpatch.$(TARGET_MACH) $(MAKE) library-xpatch.$(TARGET_MACH)