aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-03 19:34:57 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-03 19:34:57 +0000
commitf079f48492e884b9f0b8ec40b47964a38ef6de33 (patch)
tree576d33ed986d749a71da198fbbe9ece9a62504f4 /src/algebra/Makefile.in
parent907c99892d8f10115d9e15169ce6e76f5e61d0ce (diff)
downloadopen-axiom-f079f48492e884b9f0b8ec40b47964a38ef6de33.tar.gz
* algebra/Makefile.pamphlet: Turn non optimization for algbera build.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in2
1 files changed, 1 insertions, 1 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