aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/sys-driver.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index afb38544..b8d5ae81 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -191,6 +191,9 @@ loadDelayedFFI() ==
++ Initialize all global states that need to. Sub-routine of the command
++ line compiler, the script executor, etc. Mess with care.
initializeGlobalState() ==
+)if %hasFeature KEYWORD::GCL
+ SYSTEM::USE_-FAST_-LINKS false
+)endif
REROOT()
init? := $StandardLinking or not %algebraSystemIsComplete()