summaryrefslogtreecommitdiff
path: root/chart2/uiconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-17 16:21:48 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-17 17:47:42 +0200
commit92bede3900e84d4f08efb81757ec95c518c7fa76 (patch)
tree2e7de9d1dc1ba7817ed2d07d356dfdf610ff8422 /chart2/uiconfig
parent04683f14883f4cd64febadd71b327639f1e7edcc (diff)
Avoid some global statics that drag in lots of code in the static linking case
When doing static linking, i.e. when building the single executable for an iOS app, or the single DSO for an Android app, we list all our libraries (which all are static archives) on the linker command line. Static initializers in any library always get linked in, so it is a good idea to avoid such in the cases where they drag in a large amount of code. Which was the case here. Change-Id: Idef9aec1c10686c86f517ad10cf540a313d9c829
Diffstat (limited to 'chart2/uiconfig')
0 files changed, 0 insertions, 0 deletions