meson: Remove redundant C flag

This is not a shared library
vencrypt
Andri Yngvason 2020-01-22 22:07:12 +00:00
parent ba8267a4cd
commit da3cf24a82
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ buildtype = get_option('buildtype')
c_args = [
'-D_GNU_SOURCE',
'-fvisibility=hidden',
]
if buildtype == 'release' or buildtype == 'plain'