summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-03 22:37:15 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-03 22:38:18 +0300
commit3105e301c4f6dc008f0532ba051ee158a28c58a7 (patch)
treefef63229678b4ffb366ac5cdc1c8bf2091a21b21 /solenv
parentc4587bce6d4eeb4379f17760b31d79b9448198fa (diff)
Need the gb_LTOFLAGS (-GL) also when precompiling headers
Change-Id: I558c2b5429c3f6e361e0a8e44f32f7f2e74833a5
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index e68bac1fd669..28c194607dc0 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -104,6 +104,7 @@ $(call gb_Helper_abbreviate_dirs,\
unset INCLUDE && \
$(gb_CXX) \
$(4) $(5) -Fd$(PDBFILE) \
+ $(gb_LTOFLAGS) \
$(gb_COMPILERDEPFLAGS) \
-I$(dir $(3)) \
$(6) \