Comment 28 for bug 1317976

Revision history for this message
Martin Gieseking (martin-gieseking) wrote :

Done. Unfortunately, with the latest changes , the binary segfaults again when it's built in release mode with option -O2.
These are the most important cmake options applied when building the Fedora packages:

-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_FLAGS="-O2 -g"
-DCMAKE_CXX_FLAGS="-O2 -g"
-DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG'
-DCMAKE_C_FLAGS_RELEASE='-DNDEBUG'