From 16b1853cb66fff238df4517f86e1683d0a6e2451 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 29 Apr 2019 12:57:43 -0400 Subject: [PATCH] Try enabling lld --- makefile.cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.cargo b/makefile.cargo index caf5b29d895..773ee194902 100644 --- a/makefile.cargo +++ b/makefile.cargo @@ -122,7 +122,7 @@ else ifeq ($(findstring i686,$(TARGET)),i686) # This is the correct target for MSVC builds CONFIGURE_FLAGS += --target=i686-pc-mingw32 --host=i686-pc-mingw32 endif - CONFIGURE_FLAGS += --without-pthreads + CONFIGURE_FLAGS += --without-pthreads --enable-linker=lld MOZ_TOOLS=/ else ifeq ($(MSYSTEM),MINGW64)