~ chicken-core (chicken-5) c3592e3e1ad9ddc436b5f4da0e51b18178685571
commit c3592e3e1ad9ddc436b5f4da0e51b18178685571 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Aug 24 10:35:46 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Aug 24 10:35:46 2011 +0200 no scrutiny for stage 1 boot-chicken diff --git a/defaults.make b/defaults.make index e37ad02b..2650eda0 100644 --- a/defaults.make +++ b/defaults.make @@ -272,13 +272,12 @@ CSI ?= csi$(EXE) CHICKEN_OPTIONS = -optimize-level 2 -include-path . -include-path $(SRCDIR) -inline -ignore-repository -feature chicken-bootstrap ifdef DEBUGBUILD -#XXX CHICKEN_OPTIONS += -feature debugbuild -scrutinize -types $(SRCDIR)types.db -verbose CHICKEN_OPTIONS += -feature debugbuild -verbose else CHICKEN_OPTIONS += -no-warnings endif ifndef BUILDING_CHICKEN_BOOT -#XXX CHICKEN_OPTIONS += -specialize +#XXX CHICKEN_OPTIONS += -specialize -types $(SRCDIR)types.db endif CHICKEN_OPTIONS += $(EXTRA_CHICKEN_OPTIONS) CHICKEN_LIBRARY_OPTIONS = $(CHICKEN_OPTIONS) -explicit-use -no-traceTrap