From 13fdfa5206533db5c17effba6d840a5e626c2a53 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sat, 7 Mar 2020 18:04:38 +1100 Subject: [PATCH] Enable valac ABI stability --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index 244c3699..47f95b2f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -22,6 +22,7 @@ configure_file(output: 'config.h', configuration: conf) # Common valac options geary_vala_args = [ + '--abi-stability', '--enable-checking', ]