diff options
author | Pjotr Prins | 2018-09-27 09:51:52 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-27 09:51:52 +0000 |
commit | 040e501d37dbe552f333b1afbb329116ee7fe1c7 (patch) | |
tree | e22c74f9d80364721ef486cf831a88c046b0a5a4 /src/debug.h | |
parent | c08e633d2f858b35d2939d92c8a1b82d36168944 (diff) | |
download | pangemma-040e501d37dbe552f333b1afbb329116ee7fe1c7.tar.gz |
Using -no-check by default now
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 07adbc2..3b5760b 100644 --- a/src/debug.h +++ b/src/debug.h @@ -33,6 +33,7 @@ void gemma_gsl_error_handler (const char * reason, void debug_set_debug_mode(bool setting); void debug_set_debug_data_mode(bool setting); +void debug_set_check_mode(bool setting); void debug_set_no_check_mode(bool setting); void debug_set_no_fpe_check_mode(bool setting); void debug_set_strict_mode(bool setting); |