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: v8.0.0~749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=935314fe85ba69be9012d98f49f863942f10d2e9;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 22bf6948..f8f3951e 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