Skip to content

Commit 72e7c7e

Browse files
committed
Add documentation on HIPCC_COMPILE_FLAGS_APPEND and HIPCC_LINK_FLAGS_APPEND
1 parent 051d6d6 commit 72e7c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

amd/hipcc/docs/env.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ The environment variable ``HIP_PLATFORM`` can be used to specify ``amd`` or ``nv
1818
Additional environment variable controls:
1919

2020
* ``CUDA_PATH`` : Path to the CUDA SDK. The default is ``/usr/local/cuda``. This is only used for NVIDIA platforms.
21+
* ``HIPCC_COMPILE_FLAGS_APPEND`` : Append extra flags as compilation options to ``hipcc``.
22+
* ``HIPCC_LINK_FLAGS_APPEND`` : Append extra flags as linking options to ``hipcc``.

0 commit comments

Comments
 (0)