======================== translation.no\_\_thread ======================== * **name:** no\_\_thread * **description:** don't use \_\_thread for implementing TLS * **command-line:** --no\_\_thread * **option type:** boolean option * **default:** False Don't use gcc __thread attribute for fast thread local storage implementation. Increases the chance that moving the resulting executable to another same processor Linux machine will work.