Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation using default options on Emscripten (#470)
* Fix compilation using default options on Emscripten By default, fcl compiles with the `FCL_USE_X64_SSE` option enabled, that compiles the library with SSE flags enabled. This creates problems in any compiler that do not targets x86 or x86_64 . While the problem can be easily solved by user by setting the FCL_USE_X64_SSE to OFF (as done for example in Debian packaging scripts, see https://salsa.debian.org/science-team/fcl/-/blob/61641fb7a12d19806c799503fc90fcd64b20c5ad/debian/rules#L10) it is nice to provide a working build out of the box.
- Loading branch information