comparison 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
comparison
equal deleted inserted replaced
84:7747659639b6 85:2ce1f9f288c7
13 # 13 #
14 # make -f Makefile.cross-mingw MINGW=64 BINTOOL_PREFIX=foo-bar-zoo 14 # make -f Makefile.cross-mingw MINGW=64 BINTOOL_PREFIX=foo-bar-zoo
15 # 15 #
16 16
17 CXXFLAGS ?= 17 CXXFLAGS ?=
18 LDFLAGS ?= -s
18 19
19 BINPATH ?= ./ 20 BINPATH ?= ./
20 BINEXT ?= .exe 21 BINEXT ?= .exe
21 22
22 23