summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-23 13:57:26 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-23 14:03:23 +0200
commit1781da99f62454df0fc04da1f4013528ea9fff96 (patch)
tree921c2262912fa63af0bc3a1bd216c8e590b308eb /solenv
parenttry to fix and reenable starmath unit tests (diff)
downloadcore-1781da99f62454df0fc04da1f4013528ea9fff96.tar.gz
core-1781da99f62454df0fc04da1f4013528ea9fff96.zip
Add experimental --disable-export configure option
Even for an Android (or iOS, presumably) app with just viewer functionality, some export code gets included in the single .so or executable. For now, when we know that we are producing only viewer apps for Android and iOS anyway, it might be a good idea to be able to carefully bypass some particularly pathological places in the code that generate large amounts of code and/or data that is useless in a viewer app. Change-Id: I59b97024ff2855e7bbe53d6ec8782797705f61d8
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index b9f8d750b626..5fd7b308ce04 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -282,6 +282,7 @@ gb_GLOBALDEFS += \
$(call gb_Helper_define_if_set,\
DISABLE_DBCONNECTIVITY \
DISABLE_DYNLOADING \
+ DISABLE_EXPORT \
DISABLE_EXTENSIONS \
DISABLE_SCRIPTING \
ENABLE_GRAPHITE \