summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-02-20 10:20:00 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-22 17:21:06 +0100
commita90a5b1157be7b0459a223a69ea8d0c09b0d8dd2 (patch)
tree04a0163702a1bcc630acbb2b46a3ccab4ef160fa /solenv
parent1f41ea569a907b263a9b2030a00095ace075c232 (diff)
Force pdb write synchronization on all MS compilers
Change-Id: Id367ad150fa50cb3ed4d32cb5c7c8408f91e371a Reviewed-on: https://gerrit.libreoffice.org/22544 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> (cherry picked from commit 3b1d7027de241ff02d7c72d2688a5e1acc25d5be) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 6ff38809c064..93756d2069dd 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -268,14 +268,9 @@ gb_LinkTarget_LDFLAGS += \
/ignore:4217
-gb_DEBUGINFO_FLAGS := -Zi
-
-ifeq ($(VCVER),120)
-# Use -FS with VS2013: "Force Synchronous PDB Writes. Forces writes to
-# the program database (PDB) file--created by /Zi or /ZI--to be
-# serialized through MSPDBSRV.EXE"
-gb_DEBUGINFO_FLAGS+=-FS
-endif
+gb_DEBUGINFO_FLAGS := \
+ -FS \
+ -Zi \
gb_DEBUG_CFLAGS := $(gb_DEBUGINFO_FLAGS)