Skip to content

Commit bf5ba59

Browse files
committed
Fix documentation to reflect this change.
1 parent 5d5acf4 commit bf5ba59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/UsersManual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ and not recommended to use in production environment.
112112
Enables/Disables inlining of the kernel lambda operator into the compiler
113113
generated entry point function. This flag does not apply to ESIMD
114114
kernels.
115-
Enabled by default.
115+
Enabled by default; disabled when optimizations are disabled (-O0 or
116+
equivalent).
116117

117118
**`-fgpu-inline-threshold=<n>`**
118119

0 commit comments

Comments
 (0)