diff --git a/src/common/platform/meson.build b/src/common/platform/meson.build index 230c078a1..5dc9d1787 100644 --- a/src/common/platform/meson.build +++ b/src/common/platform/meson.build @@ -84,7 +84,7 @@ subdir('stacktrace') if use_bluescreen common_files += stacktrace_files - if bluescreen_export_symbols + if bluescreen_export_symbols and is_debug project_export_dynamic = true endif else