-
-
Notifications
You must be signed in to change notification settings - Fork 618
runtime
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Choose the type of runtime library to use.
runtime ("type")
If the runtime type is not set, Premake will try to determine the configuration type based on the setting of symbol generation and optimization flags and use the appropriate runtime automatically.
type
is a string value, one of "Debug" or "Release".
Project configurations.
Premake 5.0 or later.
Force selection of a release runtime.
filter { "configurations:Debug" }
symbols "On"
runtime "Release"