aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4cb3849f..14563880 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -80,10 +80,12 @@ extern void init_logging_system();
* @return
*/
int main(int argc, char* argv[]) {
+#ifdef RELEASE
// re
signal(SIGSEGV, handle_signal);
signal(SIGFPE, handle_signal);
signal(SIGILL, handle_signal);
+#endif
// clean something before exit
atexit(before_exit);