SWDEV-366827 - Disable file reorg backward compatibility support by default

Change-Id: I9c4201d7786be2e3f77bc1d4d15887741ba59ec5
This commit is contained in:
Ranjith Ramakrishnan
2023-08-07 09:24:17 -07:00
parent 6e52a113a2
commit 2e096d9009
+1 -1
View File
@@ -57,7 +57,7 @@ option(BUILD_ROCPTEST "Build targets for librdc_rocp.so" OFF)
option(BUILD_TESTS "Build test suite" OFF)
# File reorganization enable/disable
option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" ON)
option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" OFF)
option(CMAKE_VERBOSE_MAKEFILE "Enable verbose output" ON)