aboutsummaryrefslogtreecommitdiff
path: root/guile.am
Commit message (Collapse)AuthorAge
* Use -O1 to avoid Guile bug(s)Christopher Baines2024-04-23
| | | | | | As compiling at -O2 with guile-next (3.0.9-0.db7efa5) gives errors like: internal error: unexpected kwarg syms ((#:level level #f)) (t803)
* Tweak some things to maybe enable cross compilationChristopher Baines2020-09-27
|
* Initial commitChristopher Baines2020-04-03
Setup done with the aid of [1]. 1: https://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html