Skip to content

Commit

Permalink
Add section about the options for the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Nov 22, 2024
1 parent 3d70ffd commit cf4a635
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/libcudacxx/setup/building_and_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ On Windows in ``x64 Native Tools Command Prompt``
./ci/windows/build_libcudacxx.ps1
This should cover most users needs, but offers less flexibility. Optionally one can directly invoke cmake
This should cover most users needs and can be adopted to work with different inputs:

.. code:: bash
-cxx Selects the host compiler
-std Selects the C++ standard mode
-cuda Selects the cuda compiler
-arch Selects the cuda architectures
Optionally one can directly invoke cmake

Optionally Step 2: Manually generate the Build Files:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit cf4a635

Please sign in to comment.