~ chicken-core (chicken-5) daf84dc5c9889e232aed30086802bf58f5bf80df


commit daf84dc5c9889e232aed30086802bf58f5bf80df
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri May 13 14:44:02 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri May 13 14:44:02 2011 +0200

    undocumented -static-extension

diff --git a/manual/Using the compiler b/manual/Using the compiler
index ebbff6f5..28f2373e 100644
--- a/manual/Using the compiler	
+++ b/manual/Using the compiler	
@@ -182,8 +182,6 @@ the source text should be read from standard input.
 
 ; -scrutinize : Enable simple flow-analysis to catch common type errors and argument/result mismatches. You can also use the {{scrutinize}} declaration to enable scrutiny.
 
-; -static-extension NAME : similar to {{-require-extension NAME}}, but links extension statically (also applies for an explicit {{(require-extension NAME)}}).
-
 ; -types FILENAME : load additional type database from {{FILENAME}}. Type-definitions in {{FILENAME}} will override previous type-definitions.
 
 ; -compile-syntax : Makes macros also available at run-time. By default macros are not available at run-time.
Trap