From 1b4283ef9de2da566c70086691ebf36c1c2a7cf1 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 21 Mar 2016 02:13:41 +0100 Subject: [PATCH] Build with CONFIG+=force_debug_info so that -g gets added for C files too. --- qt5-qtwebengine.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 20134a4..2bfa9a8 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -308,7 +308,7 @@ export CXXFLAGS="%{optflags} -fno-delete-null-pointer-checks" mkdir %{_target_platform} pushd %{_target_platform} -%{qmake_qt5} CONFIG+="webcore_debug v8base_debug" WEBENGINE_CONFIG+="use_system_icu" .. +%{qmake_qt5} CONFIG+="webcore_debug v8base_debug force_debug_info" WEBENGINE_CONFIG+="use_system_icu" .. # workaround, disable parallel compilation as it fails to compile in brew make %{?_smp_mflags} @@ -422,8 +422,8 @@ popd %changelog -* Fri Mar 18 2016 Kevin Kofler - 5.6.0-3 -- Build with CONFIG+="webcore_debug v8base_debug" +* Mon Mar 21 2016 Kevin Kofler - 5.6.0-3 +- Build with CONFIG+="webcore_debug v8base_debug force_debug_info" - Force -fno-delete-null-pointer-checks through CXXFLAGS, Qt flags not used here * Fri Mar 18 2016 Kevin Kofler - 5.6.0-2