Skip to content

Commit 8bfe0be

Browse files
authored
Revert "feat: Introduce pzip high-performance parallel compression for ARM platform" (#386)
* Revert "fix: Remove libarchive threshold judgment after pzip introduction" This reverts commit 84d231b. * Revert "feat: Force compression level in clipzipplugin for improved performance" This reverts commit d33ca25. * Revert "feat: Enhance ZIP plugin handling in UiTools" This reverts commit 9be3cdd. * Revert "feat: Enhance clipzipplugin support for ARM" This reverts commit fc50d1d. * Revert "feat: Add clipzipplugin and pzip support" This reverts commit b50cac9.
1 parent ec33867 commit 8bfe0be

29 files changed

+17
-5428
lines changed

3rdparty/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ add_subdirectory(libzipplugin)
1616

1717
add_subdirectory(libminizipplugin)
1818

19-
# pzip 高性能并行压缩工具(仅 ARM 环境启用)
20-
# 检查是否为 ARM 架构
21-
if((CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|arm"))
22-
message(STATUS "ARM环境,启用 pzip 高性能压缩插件")
23-
add_subdirectory(pzip)
24-
add_subdirectory(clipzipplugin)
25-
else()
26-
message(STATUS "非 ARM 环境,使用默认 libzip 插件")
27-
endif()
28-
2919
##add_subdirectory(cliunarchiverplugin) #不可用
3020

3121
##add_subdirectory(clizipplugin) #不可用

3rdparty/clipzipplugin/CMakeLists.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)