SWDEV-366827 - Disable file reorg backward compatibility support by default
Change-Id: I17585455bb3ee8188a81ed53e1e87a911f4d6b68
[ROCm/rocprofiler commit: 538a54ec05]
Этот коммит содержится в:
@@ -254,12 +254,9 @@ install(
|
||||
WORLD_EXECUTE
|
||||
COMPONENT runtime)
|
||||
|
||||
# File reorg backward compatibility for non ASAN packaging
|
||||
if(NOT ENABLE_ASAN_PACKAGING)
|
||||
# File reorg Backward compatibility
|
||||
option(FILE_REORG_BACKWARD_COMPATIBILITY
|
||||
"Enable File Reorg with backward compatibility" ON)
|
||||
endif()
|
||||
# File reorg Backward compatibility
|
||||
option(FILE_REORG_BACKWARD_COMPATIBILITY
|
||||
"Enable File Reorg with backward compatibility" OFF)
|
||||
|
||||
if(FILE_REORG_BACKWARD_COMPATIBILITY)
|
||||
# To enabe/disable #error in wrapper header files
|
||||
|
||||
Ссылка в новой задаче
Block a user