From a9b9f9d157ac28e4818b3e6db0e4d924faf97649 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 8 Aug 2019 22:35:11 +0900 Subject: Revert "Drop -j from msys2 build for debugging" This reverts commit b1594ca3d6b72edb60927418482652ce93209499. Revert "Debug appveyor mingw failure" This reverts commit fa29f65416f1fb3d734a279855728bb0616dbb34. Though I preserved V=1 for future debugging. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4c6d223911..87725001fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -107,7 +107,7 @@ for: - sh ../ruby/configure --disable-install-doc --prefix=/. --build=%MINGW_CHOST% --host=%MINGW_CHOST% --target=%MINGW_CHOST% - mingw32-make %mflags% touch-unicode-files - mingw32-make -j%JOBS% %UPDATE_UNICODE% up incs - - mingw32-make V=1 --debug + - mingw32-make -j%JOBS% V=1 - mingw32-make DESTDIR=../install install-nodoc - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST% test_script: -- cgit v1.2.3