Skip to content

dictBuilder sources not in single file library #2211

@indygreg

Description

@indygreg

contrib/single_file_libs/zstd-in.c doesn't #include source files in dictBuilder/, meaning the various ZDICT_ symbols aren't included in the single file library.

Note that if you add the dictBuilder/ source files, you get various symbol collisions building the resulting file. Colliding symbols include prime4bytes, DEFAULT_SPLITPOINT, g_displayLevel, g_time, and others.

Should dictBuilder/ source files be included in the single file full library by default?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions