Skip to content
Snippets Groups Projects
Commit e30c2f62 authored by Jan Möbius's avatar Jan Möbius
Browse files

Create stacktrace for debug version again

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4197 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 98b0fc9e
Branches
Tags
No related merge requests found
...@@ -209,10 +209,10 @@ int main(int argc, char **argv) ...@@ -209,10 +209,10 @@ int main(int argc, char **argv)
OpenFlipper::Options::argv(&argv); OpenFlipper::Options::argv(&argv);
// Only Install signal handler if not running in debug version, otherwise gdb will get confused // Only Install signal handler if not running in debug version, otherwise gdb will get confused
#ifndef DEBUG // #ifndef DEBUG
// Set a handler for segfaults // Set a handler for segfaults
std::signal(SIGSEGV, segfaultHandling); std::signal(SIGSEGV, segfaultHandling);
#endif // #endif
OpenFlipper::Options::windowTitle("OpenFlipper v" + OpenFlipper::Options::coreVersion()); OpenFlipper::Options::windowTitle("OpenFlipper v" + OpenFlipper::Options::coreVersion());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment