Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefile.cargo
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down