~ chicken-core (chicken-5) 2ecc729b0ddb74740f82c01ba3d2816433b95975
commit 2ecc729b0ddb74740f82c01ba3d2816433b95975 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon May 9 12:20:14 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon May 9 12:20:14 2011 +0200 re-enabled scrutiny and current types.db in build diff --git a/defaults.make b/defaults.make index 66433f95..3ec1f440 100644 --- a/defaults.make +++ b/defaults.make @@ -275,7 +275,7 @@ CSI ?= csi$(EXE) CHICKEN_OPTIONS = -optimize-level 2 -include-path . -include-path $(SRCDIR) -inline -ignore-repository -feature chicken-bootstrap ifdef DEBUGBUILD -#CHICKEN_OPTIONS += -feature debugbuild -scrutinize -types $(SRCDIR)types.db +CHICKEN_OPTIONS += -feature debugbuild -scrutinize -types $(SRCDIR)types.db CHICKEN_OPTIONS += -feature debugbuild else CHICKEN_OPTIONS += -no-warningsTrap