# HG changeset patch # User Matti Hamalainen # Date 1585854705 -10800 # Node ID 2ce1f9f288c74f242afe8659b516586cbc928dfb # Parent 7747659639b6caace70667f8f31eeec975dc7011 Strip Windows executables by default. diff -r 7747659639b6 -r 2ce1f9f288c7 Makefile.cross-mingw --- 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