You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang's function pointer cast warnings (enabled with -Wcast-function-type)
are now stricter. This warning is intended to help with CFI errors but also
helps wasm builds since wasm traps on such type mismatches in indirect calls.
We recommend that users enable it to prevent such errors (which can be hard to
debug otherwise). The older (less strict) behavior is also still possible with -Wcast-function-type -Wno-cast-funtion-type-strict (or -Wno-error=cast-function-type-strict if you want the warnings to be visible
but not errors). See https://reviews.llvm.org/D134831
TheOneric
changed the title
Failure to build libharfbuzz_la-hb-ft.lo
Failure to build HarfBuzz 5.3.1 with emscripten >=3.1.25 (libharfbuzz_la-hb-ft.lo)
Jan 11, 2023
TheOneric
changed the title
Failure to build HarfBuzz 5.3.1 with emscripten >=3.1.25 (libharfbuzz_la-hb-ft.lo)
Failure to build HarfBuzz 5.3.1 with emscripten >=3.1.25 (libharfbuzz_la-hb-ft.lo)
Jan 11, 2023
Trying to build using regular
make
(no docker, no buildah). Fails when compiling HarfBuzz.Tried popping back to 4.1.0, 4.0.0, same issue. What am I doing wrong?
The text was updated successfully, but these errors were encountered: