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)
2727option (UR_USE_UBSAN "enable UndefinedBehaviorSanitizer" OFF )
2828option (UR_USE_MSAN "enable MemorySanitizer" OFF )
2929option (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 )
3131option (UR_ENABLE_TRACING "enable api tracing through xpti" OFF )
3232option (UR_ENABLE_SANITIZER "enable device sanitizer" ON )
3333option (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:
130130| UR_USE_TSAN | Enable ThreadSanitizer | ON/OFF | OFF |
131131| UR_USE_UBSAN | Enable UndefinedBehavior Sanitizer | ON/OFF | OFF |
132132| 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 |
134134| UR_ENABLE_TRACING | Enable XPTI-based tracing layer | ON/OFF | OFF |
135135| UR_ENABLE_SANITIZER | Enable device sanitizer layer | ON/OFF | ON |
136136| 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