~ chicken-core (chicken-5) df75cd56a444027e58f0574a83bf3926eda4a228


commit df75cd56a444027e58f0574a83bf3926eda4a228
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 10 20:58:15 2016 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 10 20:58:15 2016 +0100

    documented -static option for chicken

diff --git a/manual/Using the compiler b/manual/Using the compiler
index 6afa832b..7270de02 100644
--- a/manual/Using the compiler	
+++ b/manual/Using the compiler	
@@ -156,6 +156,8 @@ the source text should be read from standard input.
 
 ; -specialize : Enable simple flow-analysis for doing some type-directed optimizations.
 
+; -static : Link extensions statically, if possible.
+
 ; -strict-types : Assume that the type of variables is not changed by assignments. This gives more type-information during specialization, but violating this assumption will result in unsafe and incorrectly behaving code.
 
 ; -consult-type-file FILENAME : load additional type database from {{FILENAME}}. Type-definitions in {{FILENAME}} will override previous type-definitions.
Trap