Skip to content

Commit 0dab8e4

Browse files
authored
[SYCL][NFC] Update configure.py documentation to match the --werror option (#6096)
* The former --no-werror has been replaced by an opposite --werror option. * Fix back-tick typo
1 parent 5512425 commit 0dab8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ You can use the following flags with `configure.py` (full list of available
117117
flags can be found by launching the script with `--help`):
118118

119119
* `--system-ocl` -> Don't download OpenCL headers and library via CMake but use the system ones
120-
* `--no-werror` -> Don't treat warnings as errors when compiling llvm
120+
* `--werror` -> treat warnings as errors when compiling LLVM
121121
* `--cuda` -> use the cuda backend (see [Nvidia CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda))
122122
* `--hip` -> use the HIP backend (see [HIP](#build-dpc-toolchain-with-support-for-hip-amd))
123123
* `--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))
124-
* '--enable-esimd-emulator' -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu))
124+
* `--enable-esimd-emulator` -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu))
125125
* `--shared-libs` -> Build shared libraries
126126
* `-t` -> Build type (debug or release)
127127
* `-o` -> Path to build directory

0 commit comments

Comments
 (0)