~ chicken-core (chicken-5) 6acca7f87c035ede83c773efc6ce21de0eaa643d


commit 6acca7f87c035ede83c773efc6ce21de0eaa643d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Dec 12 00:57:40 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Dec 12 00:57:40 2010 +0100

    csc passes -:d along to chicken (suggested by sjamaan)

diff --git a/csc.scm b/csc.scm
index 6cada4ca..a75d0998 100644
--- a/csc.scm
+++ b/csc.scm
@@ -816,6 +816,9 @@ EOF
 		 (if to-stdout 
 		     '("-to-stdout")
 		     `("-output-file" ,(quotewrap fc)) )
+		 (if (##sys#fudge 13)
+		     '("-:d")
+		     '())
 		 (map quote-option
 		      (append 
 		       extra-features
Trap