diff options
author | Pixel <> | 2001-04-17 03:20:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 03:20:16 +0000 |
commit | a856126fe7e965bc80d17690732ee58343a655d3 (patch) | |
tree | 5464a45d4ef03e2efdcc7788de31226832a0a45c /src/compilo.c | |
parent | f12eda64018215310e5d563ebaf9fe4d46db24ff (diff) |
Pouearf
Diffstat (limited to 'src/compilo.c')
-rw-r--r-- | src/compilo.c | 3 |
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(); |