the build section of the speed-dreams.spec file looks like this on my local 
build:

"%build
%cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo       \
       -DCMAKE_SKIP_RPATH:BOOL=OFF                    \
       -DOPTION_DEBUG:STRING=ON                       \
       -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"  \
       -DSD_BINDIR:PATH=bin                           \
       -DOPTION_3RDPARTY_SOLID:BOOL=ON                \
       -DOPTION_TRACKEDITOR:BOOL=OFF                  \
       -DOPTION_OFFICIAL_ONLY:BOOL=ON                 \
       -DCMAKE_C_FLAGS="%{optflags}"                  \
       -DCMAKE_CXX_FLAGS="%{optflags}"
%cmake_build"

I have created the valgrind log files with the following command, maybe someone 
can do something with it.
$ valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all 
--track-origins=yes -s --log-file=SD-2.4.2.log /usr/bin/speed-dreams-2

[1]  https://martinkg.fedorapeople.org/ErrorReports/SD-2.4.2.log
[2] https://martinkg.fedorapeople.org/ErrorReports/SD-2.4.2.log.core.tar.xz

Regards
Martin
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to