From 27da4d214fecfafb78dac002ef89b29d063d82de Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Thu, 14 Mar 2019 16:24:28 +0800 Subject: [PATCH] gcc-git: Enable GCC plugins. Signed-off-by: Liu Hao --- mingw-w64-gcc-git/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-gcc-git/PKGBUILD b/mingw-w64-gcc-git/PKGBUILD index c4d749a875..9ab67006f8 100644 --- a/mingw-w64-gcc-git/PKGBUILD +++ b/mingw-w64-gcc-git/PKGBUILD @@ -165,6 +165,7 @@ build() { --with-pkgversion="Rev${pkgrel}, Built by MSYS2 project" \ --with-bugurl="https://sourceforge.net/projects/msys2" \ --with-gnu-as --with-gnu-ld \ + --enable-plugin \ ${_conf} #--enable-libitm #--enable-objc-gc