More strict C compiler
This commit is contained in:
parent
a11404ad83
commit
7503d94d44
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ def have_func!(header, *args)
|
||||||
exit 1 unless have_func(*args, header)
|
exit 1 unless have_func(*args, header)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
cflags '-std=c11'
|
||||||
|
cflags '-Wall'
|
||||||
|
cflags '-Wextra'
|
||||||
cflags '-fvisibility=hidden'
|
cflags '-fvisibility=hidden'
|
||||||
|
|
||||||
have_header! 'ruby/digest.h'
|
have_header! 'ruby/digest.h'
|
||||||
|
|
Loading…
Reference in a new issue