Specifies the thread-local storage model to be used by the application.
>>- -q--+-tls--+------------------------------+-+-------------->< | | (2) | | | | .--------global-dynamic-. | | | | | (1) | | | | | +--------initial-exec---+ | | | '-=--+-local-exec------------+-' | | '-local-dynamic---------' | '-notls---------------------------------'
This option selects the model used to access thread-local storage.
On systems that support the GNU __thread keyword, the vac_configure tool adds -qtls to the set of default options in the compiler configuration file.
If -qtls is specified without suboptions, the compiler assumes the following settings:
Related information