Skip to content

can't build zstd 1.5.0 with cmake after deletion of "lib/common/zstd_trace.c" #2658

@openmax

Description

@openmax

This commit :
6cee3c2
prevent build with cmake , missing symbol from deleted ->" lib/common/zstd_trace.c "
ld: 0711-317 ERROR: Undefined symbol: ZSTD_trace_compress_begin
ld: 0711-317 ERROR: Undefined symbol: .ZSTD_trace_compress_begin
ld: 0711-317 ERROR: Undefined symbol: ZSTD_trace_compress_end
ld: 0711-317 ERROR: Undefined symbol: .ZSTD_trace_compress_end
ld: 0711-317 ERROR: Undefined symbol: ZSTD_trace_decompress_end
ld: 0711-317 ERROR: Undefined symbol: .ZSTD_trace_decompress_end
ld: 0711-317 ERROR: Undefined symbol: ZSTD_trace_decompress_begin
ld: 0711-317 ERROR: Undefined symbol: .ZSTD_trace_decompress_begin

To Reproduce
Build with cmake

Expected behavior
correct include o missing symbol.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions