Skip to content

Commit

Permalink
[SYCL][NFC] Update configure.py documentation to match the --werror o…
Browse files Browse the repository at this point in the history
…ption (intel#6096)

* The former --no-werror has been replaced by an opposite --werror option.
* Fix back-tick typo
  • Loading branch information
keryell authored May 3, 2022
1 parent 5512425 commit 0dab8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/doc/GetStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ You can use the following flags with `configure.py` (full list of available
flags can be found by launching the script with `--help`):

* `--system-ocl` -> Don't download OpenCL headers and library via CMake but use the system ones
* `--no-werror` -> Don't treat warnings as errors when compiling llvm
* `--werror` -> treat warnings as errors when compiling LLVM
* `--cuda` -> use the cuda backend (see [Nvidia CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda))
* `--hip` -> use the HIP backend (see [HIP](#build-dpc-toolchain-with-support-for-hip-amd))
* `--hip-platform` -> select the platform used by the hip backend, `AMD` or `NVIDIA` (see [HIP AMD](#build-dpc-toolchain-with-support-for-hip-amd) or see [HIP NVIDIA](#build-dpc-toolchain-with-support-for-hip-nvidia))
* '--enable-esimd-emulator' -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu))
* `--enable-esimd-emulator` -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu))
* `--shared-libs` -> Build shared libraries
* `-t` -> Build type (debug or release)
* `-o` -> Path to build directory
Expand Down

0 comments on commit 0dab8e4

Please sign in to comment.