make: Add hidden GNU visibility, and enable LTO

This commit is contained in:
Antoine Soulier
2024-01-26 15:43:40 -08:00
committed by Antoine SOULIER
parent e1f41fc8d4
commit 2e655459eb
6 changed files with 43 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ Meson build system is also available to build and install lc3 codec in Linux
environment.
```sh
$ meson build
$ meson setup build
$ cd build && meson install
```