guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/06: Switch to baseline compiler for bootstrap/


From: Andy Wingo
Subject: [Guile-commits] 01/06: Switch to baseline compiler for bootstrap/
Date: Mon, 11 May 2020 11:02:40 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit a68c80c747a2a8ec92fa84684ebd60b4ecb7ffa0
Author: Andy Wingo <address@hidden>
AuthorDate: Mon May 11 15:22:29 2020 +0200

    Switch to baseline compiler for bootstrap/
    
    * bootstrap/Makefile.am (GUILE_OPTIMIZATIONS): Add -Ono-cps so that we
      use the baseline compiler when bootstrapping.
---
 bootstrap/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/Makefile.am b/bootstrap/Makefile.am
index 2753b69..6010f84 100644
--- a/bootstrap/Makefile.am
+++ b/bootstrap/Makefile.am
@@ -27,7 +27,7 @@ GUILE_WARNINGS = -W0
 # 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
+GUILE_OPTIMIZATIONS = -O1 -Oresolve-primitives -Ono-cps
 
 include $(top_srcdir)/am/bootstrap.am
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]