Visible to Intel only — GUID: GUID-6ABFB39C-A478-4974-9A38-170AA13BC623
Visible to Intel only — GUID: GUID-6ABFB39C-A478-4974-9A38-170AA13BC623
ftls-model
Changes the thread local storage (TLS) model.
Linux: |
-ftls-model=model |
macOS: |
-ftls-model=model |
Windows: |
None |
model |
Determines the TLS model used by the compiler. Possible values are:
|
OFF |
The compiler uses default heuristics when determining the thread-local storage model. |
This option changes the thread local storage (TLS) model. Thread-local storage is a mechanism by which variables are allocated in a way that causes one instance of the variable per extant thread.
For more information on the thread-storage localization models, see the appropriate GCC* documentation.
For more information on the thread-storage localization models, see the appropriate Clang documentation.
None