mirror of
https://github.com/facebook/zstd.git
synced 2025-10-29 00:05:38 -04:00
Tell CMake to explicitly compile our assembly as C code, because we require it is compiled by a C compiler, and it is only enabled for clang/gcc. Fixes #3193.