~ chicken-core (chicken-5) 178546547a43daca424f13aa87807324b7a46ee9
commit 178546547a43daca424f13aa87807324b7a46ee9 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Jan 14 10:44:16 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Jan 14 10:44:16 2010 +0100 allow extra options to be passed to scheme compiles diff --git a/defaults.make b/defaults.make index e96664bd..63dcc585 100644 --- a/defaults.make +++ b/defaults.make @@ -294,6 +294,7 @@ CHICKEN_OPTIONS = -optimize-level 2 -include-path . -include-path $(SRCDIR) -inl ifdef DEBUGBUILD CHICKEN_OPTIONS += -feature debugbuild -scrutinize -types $(SRCDIR)types.db endif +CHICKEN_OPTIONS += $(EXTRA_CHICKEN_OPTIONS) CHICKEN_LIBRARY_OPTIONS = $(CHICKEN_OPTIONS) -explicit-use -no-trace CHICKEN_PROGRAM_OPTIONS = $(CHICKEN_OPTIONS) -no-lambda-info -local CHICKEN_COMPILER_OPTIONS = $(CHICKEN_PROGRAM_OPTIONS) -extend private-namespace.scmTrap