File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ option(UR_USE_ASAN "enable AddressSanitizer" OFF)
27
27
option (UR_USE_UBSAN "enable UndefinedBehaviorSanitizer" OFF )
28
28
option (UR_USE_MSAN "enable MemorySanitizer" OFF )
29
29
option (UR_USE_TSAN "enable ThreadSanitizer" OFF )
30
- option (UR_USE_CFI "enable Control Flow Integrity checks (requires clang and implies -flto)" ON )
30
+ option (UR_USE_CFI "enable Control Flow Integrity checks (requires clang and implies -flto)" OFF )
31
31
option (UR_ENABLE_TRACING "enable api tracing through xpti" OFF )
32
32
option (UR_ENABLE_SANITIZER "enable device sanitizer" ON )
33
33
option (UR_ENABLE_SYMBOLIZER "enable symoblizer for sanitizer" OFF )
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ List of options provided by CMake:
130
130
| UR_USE_TSAN | Enable ThreadSanitizer | ON/OFF | OFF |
131
131
| UR_USE_UBSAN | Enable UndefinedBehavior Sanitizer | ON/OFF | OFF |
132
132
| UR_USE_MSAN | Enable MemorySanitizer (clang only) | ON/OFF | OFF |
133
- | UR_USE_CFI | Enable Control Flow Integrity checks (clang only, also enables lto) | ON/OFF | ON |
133
+ | UR_USE_CFI | Enable Control Flow Integrity checks (clang only, also enables lto) | ON/OFF | OFF |
134
134
| UR_ENABLE_TRACING | Enable XPTI-based tracing layer | ON/OFF | OFF |
135
135
| UR_ENABLE_SANITIZER | Enable device sanitizer layer | ON/OFF | ON |
136
136
| UR_CONFORMANCE_TARGET_TRIPLES | SYCL triples to build CTS device binaries for | Comma-separated list | spir64 |
You can’t perform that action at this time.
0 commit comments