diff Makefile.cross-mingw @ 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 10adf567b6f2
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