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
+1 -1
View File
@@ -15,7 +15,7 @@
project('lc3', 'c',
version: '1.0.4',
license: 'Apache-2.0',
meson_version: '>= 0.47.0',
meson_version: '>= 0.48.0',
default_options: ['b_lto=true'])
cc = meson.get_compiler('c')