aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-05-30 16:44:53 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-31 23:24:33 +0200
commitd0be53d03edb889455f0a0d367534db07bb7bfda (patch)
treeb504ffdbf58b29c3cdc141b0db6037952466d547
parent60895810ad5ef5867eb97aa82b2d43d6cb28944d (diff)
downloadguix-d0be53d03edb889455f0a0d367534db07bb7bfda.tar
guix-d0be53d03edb889455f0a0d367534db07bb7bfda.tar.gz
transformations: Add "--tune" to "--help-transform".
* guix/transformations.scm (show-transformation-options-help/detailed): Add '--tune'.
-rw-r--r--guix/transformations.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/transformations.scm b/guix/transformations.scm
index c050af2de8..a289f81219 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -997,6 +997,8 @@ building for ~a instead of ~a, so tuning cannot be guessed~%")
--with-patch=PACKAGE=FILE
add FILE to the list of patches of PACKAGE"))
(display (G_ "
+ --tune[=CPU] tune relevant packages for CPU--e.g., \"skylake\""))
+ (display (G_ "
--with-configure-flag=PACKAGE=FLAG
append FLAG to the configure flags of PACKAGE"))
(display (G_ "