Skip to content

Commit 5f26ad6

Browse files
committed
fixup! mingw: replace mingw_startup() hack
We do not actually need -mconsole; it is the default. But it hurts to have it, as it breaks the assumption of the mingw-w64-git package that it can reuse the flags to link git-bash.exe. So let's remove it. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 114a662 commit 5f26ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
584584
ETAGS_TARGET = ETAGS
585585
NO_POSIX_GOODIES = UnfortunatelyYes
586586
DEFAULT_HELP_FORMAT = html
587-
BASIC_LDFLAGS += -municode -mconsole
587+
BASIC_LDFLAGS += -municode
588588
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
589589
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
590590
COMPAT_OBJS += compat/mingw.o compat/winansi.o \

0 commit comments

Comments
 (0)