From f079f48492e884b9f0b8ec40b47964a38ef6de33 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 3 Oct 2008 19:34:57 +0000 Subject: * algebra/Makefile.pamphlet: Turn non optimization for algbera build. --- src/ChangeLog | 4 ++++ src/algebra/Makefile.in | 2 +- src/algebra/Makefile.pamphlet | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 3fd40052..f2303833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-10-03 Gabriel Dos Reis + + * algebra/Makefile.pamphlet: Turn non optimization for algbera build. + 2008-10-02 Gabriel Dos Reis * algebra/data.spad.pamphlet (Byte): Add coercion to and from 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 $< @ <>= -- cgit v1.2.3