aboutsummaryrefslogtreecommitdiff
path: root/src/algebra
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra')
-rw-r--r--src/algebra/Makefile.in2
-rw-r--r--src/algebra/Makefile.pamphlet2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 6e09aa79..9138480b 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -916,7 +916,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
.PRECIOUS: %.NRLIB/code.$(FASLEXT)
%.NRLIB/code.$(FASLEXT): %.spad
@ rm -rf $*.NRLIB
- ${INTERPSYS} --strap=strap --system-algebra --compile $<
+ ${INTERPSYS} --strap=strap --system-algebra --optimize=2 --compile $<
# Compile bootstrap file to machine object code, and the result
# immediately available for AXIOMsys consumption.
strap/%.$(FASLEXT): $(srcdir)/strap/%.lsp
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 10eef219..836f0f2b 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -1851,7 +1851,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
.PRECIOUS: %.NRLIB/code.$(FASLEXT)
%.NRLIB/code.$(FASLEXT): %.spad
@ rm -rf $*.NRLIB
- ${INTERPSYS} --strap=strap --system-algebra --compile $<
+ ${INTERPSYS} --strap=strap --system-algebra --optimize=2 --compile $<
@
<<genericBOOTSTRAPfiles>>=