mirror of
https://github.com/google/liblc3.git
synced 2026-04-29 02:04:49 +00:00
make: Add hidden GNU visibility, and enable LTO
This commit is contained in:
committed by
Antoine SOULIER
parent
e1f41fc8d4
commit
2e655459eb
@@ -74,6 +74,13 @@
|
||||
#endif /* __clang__ */
|
||||
|
||||
|
||||
/**
|
||||
* Change the visibility of interface functions
|
||||
*/
|
||||
|
||||
#define LC3_EXPORT \
|
||||
__attribute__((visibility ("default")))
|
||||
|
||||
|
||||
/**
|
||||
* Macros
|
||||
|
||||
Reference in New Issue
Block a user