Changeset 14826 in project
- Timestamp:
- 05/29/09 11:46:55 (12 years ago)
- Location:
- chicken/branches/scrutiny
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/scrutiny/defaults.make
r14716 r14826 283 283 # Scheme compiler flags 284 284 285 #XXX 286 #CHICKEN_OPTIONS = -no-trace -optimize-level 2 -include-path . -include-path $(SRCDIR) 287 CHICKEN_OPTIONS = -optimize-level 2 -include-path . -include-path $(SRCDIR) 285 CHICKEN_OPTIONS = -no-trace -optimize-level 2 -include-path . -include-path $(SRCDIR) 288 286 ifdef DEBUGBUILD 289 287 CHICKEN_OPTIONS += -feature debugbuild -
chicken/branches/scrutiny/scrutinizer.scm
r14823 r14826 74 74 (printf "[debug] ~?~%" fstr args)) ) 75 75 76 ;XXX(define-syntax d (syntax-rules () ((_ . _) (void))))76 (define-syntax d (syntax-rules () ((_ . _) (void)))) 77 77 78 78
Note: See TracChangeset
for help on using the changeset viewer.