blob: 31e239053494749cc2559a5598265c4092c71f34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
HIPFLAGS
--------
.. versionadded:: 3.21
.. include:: ENV_VAR.txt
Add default compilation flags to be used when compiling ``HIP`` files.
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_HIP_FLAGS <CMAKE_<LANG>_FLAGS>`
.. |LANG| replace:: ``HIP``
.. include:: LANG_FLAGS.txt
See also :variable:`CMAKE_HIP_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|