Bugfixes
-
Invalid UTF-8 characters in file paths would crash
mkdwarfsif these paths were displayed in the progress output. A possible workaround was to disable progress output. This fix replaces any invalid characters before displaying them. Fixes github #191. -
The
CMakeLists.txtwould bail out as soon as it discovered--as-neededin the linker flags. However,--as-neededis only a problem when combined withBUILD_SHARED_LIBS=ON. The check has been changed to only trigger if both conditions are met.
Other
- Minor speed improvements in
riceppcompression.