Commit 83a1af6
authored
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.1 parent 1b13d7b commit 83a1af6
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments