Bug 1585700 - Remove unconditional -mwindows from the mingw compilation r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D47921

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-10-03 15:46:04 +00:00
Родитель 397d3a1156
Коммит 7b8567a9f0
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -532,9 +532,6 @@ case "$target" in
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
fi
CC="$CC -mwindows"
CXX="$CXX -mwindows"
CPP="$CPP -mwindows"
DSO_LDOPTS='-shared'
# Use temp file for windres (bug 213281)
RCFLAGS='-O coff --use-temp-file'

Просмотреть файл

@ -650,9 +650,6 @@ case "$target" in
AC_MSG_ERROR(Firefox cannot be built with mingw-gcc and requires a mingw-clang toolchain to work)
fi
CC="$CC -mwindows"
CXX="$CXX -mwindows"
CPP="$CPP -mwindows"
DSO_LDOPTS='-shared'
# Use temp file for windres (bug 213281)
RCFLAGS='-O coff --use-temp-file'