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

Noel Grandin noel at peralex.com
Tue Jun 5 09:23:22 UTC 2018


 solenv/gbuild/platform/com_MSC_class.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3012ae908a0fdff495feb31be78ff4e8b16ca32f
Author: Noel Grandin <noel at peralex.com>
Date:   Sun Jun 3 08:30:42 2018 +0200

    windows link: only enable debug when we want symbols
    
    Change-Id: I3c15c2d38c677ff6b3eba7bcc2520a99bd1b63db
    Reviewed-on: https://gerrit.libreoffice.org/55242
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 1dfa3b899ebf..3c3cfc472b9f 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -215,7 +215,7 @@ gb_Windows_PE_TARGETTYPEFLAGS := \
 	-release \
 	-opt:noref \
 	-incremental:no \
-	-debug \
+	$(if $(filter $(true),$(gb_SYMBOL)),-debug) \
 	$(if $(filter NO,$(LIBRARY_X64)), -safeseh) \
 	-nxcompat \
 	-dynamicbase \


More information about the Libreoffice-commits mailing list