civodul pushed a commit to branch master
in repository guix.
commit d0be53d03edb889455f0a0d367534db07bb7bfda
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue May 30 16:44:53 2023 +0200
transformations: Add "--tune" to "--help-transform".
* guix/transformations.scm (show-transformation-options-help/detailed):
Add '--tune'.
---
guix/transformations.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/transformations.scm b/guix/transformations.scm
index c050af2de8..a289f81219 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -996,6 +996,8 @@ building for ~a instead of ~a, so tuning cannot be
guessed~%")
(display (G_ "
--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"))