Enable valac ABI stability

This commit is contained in:
Michael Gratton 2020-03-07 18:04:38 +11:00
parent f8e3541382
commit 13fdfa5206

View file

@ -22,6 +22,7 @@ configure_file(output: 'config.h', configuration: conf)
# Common valac options
geary_vala_args = [
'--abi-stability',
'--enable-checking',
]