diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 11:14:36 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-08 14:21:21 +0200 |
commit | 20475c78db5c62f2c8711e59753476bd9b4e2f1c (patch) | |
tree | ac7fce345f6a26e8b898eef17df221a968d64b1b /solenv | |
parent | dc199952d3bbe69c462afd28a08ec35bb310c9fa (diff) |
Retire the --disable-export option
It was never fully implemented, and its usefulness is unclear.
Change-Id: I86dee8ee6326bdfaa178260c76188261aef2fb4c
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 747c1d6110d3..8409702a636a 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -236,7 +236,6 @@ endif gb_GLOBALDEFS += \ $(call gb_Helper_define_if_set,\ DISABLE_DYNLOADING \ - DISABLE_EXPORT \ ENABLE_LTO \ ) |