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