1
0
mirror of https://git.tukaani.org/xz.git synced 2025-09-10 12:38:27 +00:00
xz/src/liblzma
Lasse Collin 8173ff8790 liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.
When optimizing, GCC can reorder code so that an uninitialized
value gets used in a comparison, which makes Valgrind unhappy.
It doesn't happen when compiled with -O0, which I tend to use
when running Valgrind.

Thanks to Rich Prohaska. I remember this being mentioned long
ago by someone else but nothing was done back then.
2016-06-28 21:09:46 +03:00
..
2015-09-29 13:59:35 +03:00
2014-12-21 18:11:17 +02:00
2015-09-29 13:59:35 +03:00