Identify the flag handlers feature as beta (#5609)
The flag-handling logic added in #4421 may change semantics, so this commit adds a warning to the documentation for this feature.
This commit is contained in:
parent
328ab328be
commit
04a4ac68d5
1 changed files with 5 additions and 0 deletions
|
@ -2572,6 +2572,11 @@ passes those flags to the relevant environment variables (``CFLAGS``,
|
|||
packages, the default behavior is to inject the flags directly into the
|
||||
compiler commands using Spack's compiler wrappers.
|
||||
|
||||
.. warning::
|
||||
|
||||
The flag handling methods described in this section are in beta.
|
||||
The exact semantics are liable to change to improve usability.
|
||||
|
||||
Individual packages can override the default behavior for the flag
|
||||
handling. Packages can define a ``default_flag_handler`` method that
|
||||
applies to all sets of flags handled by Spack, or may define
|
||||
|
|
Loading…
Reference in a new issue