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;