summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1920a16..56e09d2 100644
--- a/meson.build
+++ b/meson.build
@@ -87,6 +87,9 @@ add_project_arguments(
'-Wno-unused-parameter',
'-D_GNU_SOURCE',
'-D_FORTIFY_SOURCE=2',
+ # Disable these unwind tables for binary size, as we don't use exceptions
+ # or anything else that requires them.
+ '-fno-asynchronous-unwind-tables',
],
language: 'c'
)