mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 05:49:56 -04:00
Update change log
This commit is contained in:
parent
ef7d342f3d
commit
bc2007a240
@ -5,6 +5,14 @@
|
|||||||
- [fix] Linking against libarchive was fixed so that it also
|
- [fix] Linking against libarchive was fixed so that it also
|
||||||
works for shared library builds. (fixes github #36)
|
works for shared library builds. (fixes github #36)
|
||||||
|
|
||||||
|
- [fix] `mkdwarfs` didn't catch certain exceptions correctly,
|
||||||
|
which would cause a stack trace instead of a simple error
|
||||||
|
message. This has been fixed.
|
||||||
|
|
||||||
|
- [fix] The statically linked executables were unable to handle
|
||||||
|
any exceptions at all due to duplicate stack unwinding code.
|
||||||
|
This has (hopefully) been fixed now.
|
||||||
|
|
||||||
- [perf] GCC builds have traditionally been much slower than
|
- [perf] GCC builds have traditionally been much slower than
|
||||||
Clang builds, though it was unclear why that was the case.
|
Clang builds, though it was unclear why that was the case.
|
||||||
It turns out the reason is simply that CMake defaults to
|
It turns out the reason is simply that CMake defaults to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user