On Mon 13 Mar 2017 15:10, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo <wi...@pobox.com> skribis: > >> Incidentally in 2.2 the options you need to turn off optimization are a >> little more complicated. We have "guild compile -O0" which will produce >> the right set of options but nothing like #:optimize-level 0 or >> something that you can pass to `compile'. > > What would you recommend as the main optimization to turn off in 2.2 if > one is to reduce compile time? > > I’m asking in the context of Guix, where there’s no much to optimize in > files that just define packages.
Use the equivalent of -O0. See "guild compile -Ohelp" and what "guild compile" does. Andy