From 149043a24273e5f02ed921e33c256567156fa95a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 28 May 2020 22:05:45 +0300 Subject: Fix segfault in release build When creating a WebView out of a Session struct, fall back to the default profile if one is not set, or a profile with that ID is not found. - Update PKGBUILD --- meson.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bc72ff3..56e50e7 100644 --- a/meson.build +++ b/meson.build @@ -74,12 +74,7 @@ add_project_arguments(cxx.get_supported_arguments([ #'-Weffc++', ]), language: 'cpp') -if get_option('buildtype') == 'release' - add_project_arguments(cxx.get_supported_arguments([ - '-flto=4', - ]), language: 'cpp') -endif - +# Dependencies mod_qt5 = import('qt5') dep_qt5 = dependency('qt5', modules: [ 'Core', 'Network', 'Widgets', 'Svg', 'WebEngine', 'WebEngineWidgets', 'Concurrent' ], -- cgit v1.2.1