summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2020-07-02 14:57:00 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2020-07-02 14:57:00 +0000
commitc421d779afd18d364b9ac93daae41efa28e917e4 (patch)
tree4850f43fef176dcf94214da658a57659580c4314
parent761de0f50a9954392ede2337c55e59adb28df97e (diff)
parentef7fb78a5370a5e36272e3bbe91e1864b766a565 (diff)
downloadjson-glib-c421d779afd18d364b9ac93daae41efa28e917e4.tar.gz
Merge branch 'wip/smcv/default-symver' into 'master'
build: Add a symbol version to all exported symbols Closes #33 See merge request GNOME/json-glib!28
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f84d865..67d2a5e 100644
--- a/meson.build
+++ b/meson.build
@@ -136,6 +136,7 @@ if host_system == 'linux'
'-Wl,-Bsymbolic',
'-Wl,-z,relro',
'-Wl,-z,now',
+ '-Wl,--default-symver',
])
endif