From: Ivan Maidanski Date: Fri, 5 May 2017 08:07:34 +0000 (+0300) Subject: Remove non-existent configure option in simple_example.html X-Git-Tag: v7.4.6~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9cfe158573b7e8e1350e629b87caedeb639b753;p=gc Remove non-existent configure option in simple_example.html * doc/simple_example.html (Threads): Remove --enable-thread-local-alloc option (for configure). --- diff --git a/doc/simple_example.html b/doc/simple_example.html index b56a17f8..8d605f3a 100644 --- a/doc/simple_example.html +++ b/doc/simple_example.html @@ -55,7 +55,7 @@ strong preference of the would-be maintainer of those project files.) If you need thread support, configure the collector with
---enable-threads=posix --enable-thread-local-alloc --enable-parallel-mark
+--enable-threads=posix --enable-parallel-mark
 
instead of