Skip to content

Commit 659c62f

Browse files
committed
to_be_completed: llext_edk: default to zstd compression
1 parent 29208fe commit 659c62f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/llext-edk.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ file(APPEND ${llext_edk}/cmake.cflags "\n\nset(LLEXT_GENERATED_IMACROS_CFLAGS ${
190190
file(ARCHIVE_CREATE
191191
OUTPUT ${llext_edk_file}
192192
PATHS ${llext_edk}
193-
FORMAT gnutar
194-
COMPRESSION XZ
193+
COMPRESSION Zstd
195194
)
196195

197196
file(REMOVE_RECURSE ${llext_edk})

0 commit comments

Comments
 (0)