diff options
| author | Michael Forney <mforney@mforney.org> | 2018-10-16 20:49:58 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-10-18 15:27:53 -0700 |
| commit | fbede2b6b63c357db6cbf1978defaff6594615bc (patch) | |
| tree | 640e8f8c0e2b991f8db5e7bffda655406c1637b6 /pkg/xz | |
| parent | e05d3dd2eb4db8bc240b11067ebe9a48ab997645 (diff) | |
xz: Don't assume fast unaligned access
Diffstat (limited to 'pkg/xz')
| -rw-r--r-- | pkg/xz/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/xz/config.h b/pkg/xz/config.h index eefe1d3c..b3593299 100644 --- a/pkg/xz/config.h +++ b/pkg/xz/config.h @@ -114,7 +114,7 @@ #define TUKLIB_CPUCORES_SCHED_GETAFFINITY 1 /* #undef TUKLIB_CPUCORES_SYSCONF */ /* #undef TUKLIB_CPUCORES_SYSCTL */ -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 +/* #undef TUKLIB_FAST_UNALIGNED_ACCESS */ /* #undef TUKLIB_PHYSMEM_AIX */ /* #undef TUKLIB_PHYSMEM_GETINVENT_R */ /* #undef TUKLIB_PHYSMEM_GETSYSINFO */ |
