From 2217cd04508fdf09811da25edcf65f93c266eeef Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 5 May 2017 11:07:34 +0300 Subject: [PATCH] Remove non-existent configure option in simple_example.html * doc/simple_example.html (Threads): Remove --enable-thread-local-alloc option (for configure). --- doc/simple_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0