We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118e955 commit 85e1fdcCopy full SHA for 85e1fdc
CMakeLists.txt
@@ -38,9 +38,7 @@ option(COMPILER_RT_BUILD_BUILTINS "Build builtins" ON)
38
mark_as_advanced(COMPILER_RT_BUILD_BUILTINS)
39
option(COMPILER_RT_BUILD_SANITIZERS "Build sanitizers" ON)
40
mark_as_advanced(COMPILER_RT_BUILD_SANITIZERS)
41
-
42
-# TODO: Flip this to default ON when build bots recognize this new option.
43
-option(COMPILER_RT_BUILD_XRAY "Build xray" OFF)
+option(COMPILER_RT_BUILD_XRAY "Build xray" ON)
44
mark_as_advanced(COMPILER_RT_BUILD_XRAY)
45
46
if (COMPILER_RT_STANDALONE_BUILD)
0 commit comments