summaryrefslogtreecommitdiff
path: root/bootstrap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Makefile.am')
-rw-r--r--bootstrap/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap/Makefile.am b/bootstrap/Makefile.am
index 6010f8411..a4634c447 100644
--- a/bootstrap/Makefile.am
+++ b/bootstrap/Makefile.am
@@ -22,12 +22,7 @@
GUILE_WARNINGS = -W0
-# Loading eval.go happens before boot and therefore before modules are
-# resolved. For some reason if compiled without resolve-primitives,
-# attempts to resolve primitives at boot fail; weird. Should fix this
-# but in the meantime we turn on primitive resolution (which normally
-# only happens at -O2).
-GUILE_OPTIMIZATIONS = -O1 -Oresolve-primitives -Ono-cps
+GUILE_OPTIMIZATIONS = -O1
include $(top_srcdir)/am/bootstrap.am