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 185e2a5 commit 23e60f3Copy full SHA for 23e60f3
amd/comgr/CMakeLists.txt
@@ -27,10 +27,7 @@ endif(EXISTS "${CMAKE_SOURCE_DIR}/../../.git")
27
28
include(GNUInstallDirs)
29
include(CMakePackageConfigHelpers)
30
-# Disable file reorg backward compatibility for ASAN build
31
-if(NOT ENABLE_ASAN_PACKAGING)
32
- option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" ON)
33
-endif()
+option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" OFF)
34
# Optionally, build Compiler Support with ccache.
35
set(ROCM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build")
36
if (ROCM_CCACHE_BUILD)
0 commit comments