Skip to content
Snippets Groups Projects
Verified Commit d070b854 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

meson: fix C args

parent a332b82e
Branches
Tags
1 merge request!771meson build system
......@@ -89,14 +89,15 @@ endif
message('---------------------------')
## Compiler args
add_project_arguments([
add_project_arguments(
'-D_GNU_SOURCE',
'-Wformat-security',
'-Wtype-limits',
'-Wshadow',
'-Wall',
'-fvisibility=hidden',
])
language: 'c',
)
# Lists of tests
# These lists are added to from subdir() and finally used in tests/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment