Ticket #440: patch-conf

File patch-conf, 306 bytes (added by Alan Post, 15 years ago)

enable full debug output.

Line 
1diff --git a/chicken-conf.scm b/chicken-conf.scm
2index 783a61f..6a3142a 100644
3--- a/chicken-conf.scm
4+++ b/chicken-conf.scm
5@@ -1,4 +1,4 @@
6 (define (dynld-name fn)
7 (make-pathname #f fn ##sys#load-dynamic-extension))
8
9-(define genturfahi-cscflags `(-O2 -d1))
10+(define genturfahi-cscflags `(-d2))