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. (see –vanilla).

Previous topic

translation.vanilla

Next topic

translation.compilerflags

This Page