From bc40d08dc67b4ef65c7d38530293dc4693a698b3 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 10 Mar 1998 13:59:40 +0000 Subject: [PATCH] --embedded, setup-plt refinements for .plt original commit: 9ac24a035bdba22c6212dbfff88e8c2f5b843109 --- collects/compiler/sig.ss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/compiler/sig.ss b/collects/compiler/sig.ss index b05ab2db3e..a078ad9bf6 100644 --- a/collects/compiler/sig.ss +++ b/collects/compiler/sig.ss @@ -22,6 +22,10 @@ ; from infor for collection compiling ; default = #t + compile-for-embedded ; #f => make objects to be linked + ; directly with MzScheme, not dynamically + ; loaded; default = #f + propagate-constants ; default = #t assume-primitives ; #t => car = #%car; default = #f stupid ; allow obvious non-syntactic errors;