~ chicken-core (chicken-5) 494bc6bf60a7bdc25e46ae4a58c145fcde5270ac
commit 494bc6bf60a7bdc25e46ae4a58c145fcde5270ac
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu May 19 11:38:46 2022 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu May 19 11:38:46 2022 +0200
drop redundant compiler options
diff --git a/chicken.scm b/chicken.scm
index 7fab5909..5ec30fd1 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -132,8 +132,6 @@
'no-trace
'unsafe
'block
- 'optimize-leaf-routines
- 'no-lambda-info
'specialize
'optimize-leaf-routines
'no-lambda-info
Trap