summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-12-07 21:19:09 +0000
committerAndras Timar <andras.timar@collabora.com>2018-03-19 18:57:30 +0100
commitc49d98ae780063770fd2e7c0369211fa4e11a70a (patch)
tree4c6f2f5fc4c364e67fe3501668b34fb3991f094b /sal/CppunitTest_sal_rtl.mk
parentdd43ea20eedf3dfbc516065d9dc23c8dab8938a9 (diff)
sal: add pre-initialization scheme for allocations.
This saves several megabytes of dirtied pages for each LOK client of Online. Change-Id: I425a2e7896879f0a64d71fcc0655e9e1fa1256aa (cherry picked from commit 556e121379494d4bed9738d9c7539ac5afc8f6f4)
Diffstat (limited to 'sal/CppunitTest_sal_rtl.mk')
-rw-r--r--sal/CppunitTest_sal_rtl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl.mk b/sal/CppunitTest_sal_rtl.mk
index 43533fc5ab1c..c4629a2c33db 100644
--- a/sal/CppunitTest_sal_rtl.mk
+++ b/sal/CppunitTest_sal_rtl.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl,\
$(eval $(call gb_CppunitTest_set_include,sal_rtl,\
-I$(SRCDIR)/sal/qa/inc \
+ -I$(SRCDIR) \
$$(INCLUDE) \
))