[Libreoffice-commits] core.git: solenv/gbuild

David Ostrovsky david at ostrovsky.org
Sun Feb 21 19:40:05 UTC 2016


 solenv/gbuild/platform/com_MSC_defs.mk |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

New commits:
commit 3b1d7027de241ff02d7c72d2688a5e1acc25d5be
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sat Feb 20 10:20:00 2016 +0100

    Force pdb write synchronization on all MS compilers
    
    Change-Id: Id367ad150fa50cb3ed4d32cb5c7c8408f91e371a
    Reviewed-on: https://gerrit.libreoffice.org/22544
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index fab181d..836b89b 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -254,14 +254,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)
 


More information about the Libreoffice-commits mailing list