aboutsummaryrefslogtreecommitdiff
path: root/src/ecgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecgen.c')
-rw-r--r--src/ecgen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ecgen.c b/src/ecgen.c
index d1e0d77..d5d14f8 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -58,6 +58,10 @@ bool init(void) {
default0("datadir", cfg->datadir);
}
+#ifdef DEBUG
+ default0("debug", "2");
+#endif
+
// init the modular polynomial db from seadata
pari_sp ltop = avma;
pari_CATCH(e_FILE) {