get gdb to put bt into build log on failure

f41
Caolán McNamara 10 years ago
parent 9a64668e45
commit 4cfeb5ea50

@ -126,6 +126,7 @@ BuildRequires: doxygen
BuildRequires: findutils
BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: gdb
BuildRequires: git
BuildRequires: gperf
BuildRequires: icu
@ -1276,6 +1277,7 @@ touch autogen.lastrun
%{?bundling_options} \
%{?archoptions}
ulimit -c unlimited
make VERBOSE=true
#generate the icons and mime type stuff

Loading…
Cancel
Save