diff options
author | W. Felix Handte <w@felixhandte.com> | 2018-01-08 19:46:22 (GMT) |
---|---|---|
committer | W. Felix Handte <w@felixhandte.com> | 2018-01-08 19:46:22 (GMT) |
commit | ebef34fe79bc6412894f6fb27bca60acf930a311 (patch) | |
tree | 03fb8dcdd97d4ebfe24abc6329e2fa58bab91aa4 /tests | |
parent | 0b203b04f6b5085f9f98c8c78c6535399264d755 (diff) | |
download | lz4-ebef34fe79bc6412894f6fb27bca60acf930a311.zip lz4-ebef34fe79bc6412894f6fb27bca60acf930a311.tar.gz lz4-ebef34fe79bc6412894f6fb27bca60acf930a311.tar.bz2 |
Add Option to Make lz4frame_static.h Functions Visible in Shared Objects
In some contexts, *cough*like at facebook*cough*, dynamic linking is used in
contexts which aren't truly dynamic. That is, the guarantee is maintained that
a program will only ever execute against the library version it was compiled
to interact with.
For those situations, introduce a compile-time flag that overrides hiding
these unstable APIs in shared objects.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions