uftrace v0.15.2
This is another bug fix release for v0.15 and it should fix build failures with clang on x86. No other functional changes.
The added -mno-sse
caused a problem on i386 and RHEL 7. Fix it by using the same set of options both for check and build. Also change the build script to use -mgeneral-regs-only
before -mno-sse
if available. And drop code that uses floating-point types in the libmcount.so.
New Contributors
- @2096779623 made their first contribution in #1878
- @shen390s made their first contribution in #1879