staticruntime ```lua staticruntime "value" ``` ### Parameters ### | Value | Visual Studio | XCode | gmake | |------------|-----------------------------------------------|-----------|-----------| | `on` | Sets `` to "MultiThreaded" | No Effect | No Effect | | `off` | Sets `` to "MultiThreadedDLL" | No Effect | No Effect | | `default` | Does not set a value for `` | No Effect | No Effect | ### Applies To ### The `config` scope. ### Availability ### Premake 5.0.0 alpha 12 or later. ### Examples ### ```lua staticruntime "on" ```