On Thu, May 13, 2021 at 11:25:41AM +0200, Bruno Haible wrote:
> According to the Gnulib documentation section "Optimizations of multithreaded
> code" several more optimizations can be enabled. This patch
> - enables these single-threading optimizations,
> - by doing so, gets rid of the warnings
optimized
for single-threading (due to the gl_DISABLE_THREADS invocation in configure.ac).
According to the Gnulib documentation section "Optimizations of multithreaded
code" several more optimizations can be enabled. This patch
- enables these single-threading optimizations,
- by doin