summaryrefslogtreecommitdiff
path: root/src/compilo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compilo.c')
-rw-r--r--src/compilo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c
index b4c44e9..12a6f05 100644
--- a/src/compilo.c
+++ b/src/compilo.c
@@ -60,8 +60,9 @@ int main(int argc, char **argv)
{
invite();
+#ifndef DEBUG
signal(SIGSEGV, segfaulthand);
-
+#endif
if (argc != 3)
usage();