From 9739c37d8ad7c6fca269709674a6975fa7ebd191 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 3 Jun 2018 13:07:55 +0200 Subject: enable incremental linking on windows requires a handful of workarounds Change-Id: I77c25580135eeec437716eceea1412607f8d14ca Reviewed-on: https://gerrit.libreoffice.org/55244 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/gbuild/platform/com_MSC_class.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index 3c3cfc472b9f..1fefa80fef61 100644 --- a/solenv/gbuild/platform/com_MSC_class.mk +++ b/solenv/gbuild/platform/com_MSC_class.mk @@ -214,7 +214,6 @@ endef gb_Windows_PE_TARGETTYPEFLAGS := \ -release \ -opt:noref \ - -incremental:no \ $(if $(filter $(true),$(gb_SYMBOL)),-debug) \ $(if $(filter NO,$(LIBRARY_X64)), -safeseh) \ -nxcompat \ -- cgit