summaryrefslogtreecommitdiff
path: root/guix/build/compile.scm
AgeCommit message (Expand)Author
2022-01-23compile: Really disable cross-module inlining and related features.Ludovic Courtès
2022-01-14compile: Disable cross-module inlining and related features.Ludovic Courtès
2020-06-22compile: Build gnu/{packages,tests}/* with '-O1'.Ludovic Courtès
2020-05-25compile: Do not optimize "gnu/tests/*".Ludovic Courtès
2020-05-13compile: Reduce optimization levels for gnu/services and gnu/packages.Ludovic Courtès
2020-04-23compile: Pre-load the compiler outside 'with-target'.Ludovic Courtès
2020-04-08compile: Run the load phase within 'with-target'.Ludovic Courtès
2020-01-23compile: Remove incorrect exports.Ludovic Courtès
2019-11-23compile: Adjust for Guile 2.9.5.Ludovic Courtès
2019-09-27compile: Fix race condition on completion progress.Eric Bavier
2019-07-15compile: Report the name of the file that cannot be compiled.Ludovic Courtès
2019-07-12build: Use '-Wshadowed-toplevel' only when supported.Ludovic Courtès
2019-06-25compile: Enable 'shadowed-toplevel' warning.Ludovic Courtès
2019-06-02compile: Adjust for Guile 3.Ludovic Courtès
2019-01-22compile: Let compiler warnings through during the load phase.Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès
2018-06-18compile: Work around non-thread-safe module autoloading.Ludovic Courtès
2018-05-01compile: Exit when an exception is thrown.Ludovic Courtès
2017-11-20compile: Put an upper bound on the number of workers.Ludovic Courtès
2017-11-07compile: Fix VPATH builds.Ludovic Courtès
2017-10-22discovery: Move 'file-name->module-name' to (guix modules).Ludovic Courtès
2017-10-22build: Factorize module compilation in (guix build compile).Ludovic Courtès