~ chicken-core (chicken-5) d9eac1cc38dac0ac2deb888c1089068aef4ee47b
commit d9eac1cc38dac0ac2deb888c1089068aef4ee47b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Dec 3 17:20:13 2009 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Dec 3 17:20:13 2009 +0100
removed obsolete build option in config.make
diff --git a/config.make b/config.make
index 5e280bbb..f4e3905d 100644
--- a/config.make
+++ b/config.make
@@ -23,9 +23,6 @@
# Enable GC of symbols:
#SYMBOLGC=1
-# Disable apply-hook (for breakpints, etc.):
-# NOAPPLYHOOK=1
-
# Enable full optimization for compiling generated C code:
#OPTIMIZE_FOR_SPEED=1
Trap