changeset 85:2ce1f9f288c7

Strip Windows executables by default.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Apr 2020 22:11:45 +0300
parents 7747659639b6
children cc7fcaf139ef
files Makefile.cross-mingw
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Thu Apr 02 22:11:27 2020 +0300
+++ b/Makefile.cross-mingw	Thu Apr 02 22:11:45 2020 +0300
@@ -15,6 +15,7 @@
 #
 
 CXXFLAGS ?= 
+LDFLAGS ?= -s
 
 BINPATH ?= ./
 BINEXT ?= .exe