mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
transformations: Add "--tune" to "--help-transform".
* guix/transformations.scm (show-transformation-options-help/detailed): Add '--tune'.
This commit is contained in:
parent
60895810ad
commit
d0be53d03e
1 changed files with 2 additions and 0 deletions
|
@ -996,6 +996,8 @@ (define (show-transformation-options-help/detailed)
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--with-patch=PACKAGE=FILE
|
--with-patch=PACKAGE=FILE
|
||||||
add FILE to the list of patches of PACKAGE"))
|
add FILE to the list of patches of PACKAGE"))
|
||||||
|
(display (G_ "
|
||||||
|
--tune[=CPU] tune relevant packages for CPU--e.g., \"skylake\""))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--with-configure-flag=PACKAGE=FLAG
|
--with-configure-flag=PACKAGE=FLAG
|
||||||
append FLAG to the configure flags of PACKAGE"))
|
append FLAG to the configure flags of PACKAGE"))
|
||||||
|
|
Loading…
Reference in a new issue