mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Tiny ReleaseNoRT test
This commit is contained in:
parent
dea665055e
commit
7656d94ff5
4 changed files with 43 additions and 2 deletions
|
@ -24,3 +24,17 @@ ReflectKind = "Minimal"
|
|||
[Configs.Release.Win64]
|
||||
RuntimeKind = "Reduced"
|
||||
ReflectKind = "Minimal"
|
||||
|
||||
[Configs.Release.Win32]
|
||||
RuntimeKind = "Reduced"
|
||||
ReflectKind = "Minimal"
|
||||
|
||||
[Configs.ReleaseNoRT.Win64]
|
||||
RuntimeKind = "Disabled"
|
||||
ReflectKind = "Minimal"
|
||||
ConfigSelections = {Tiny = {Config = "Release"}}
|
||||
|
||||
[Configs.ReleaseNoRT.Win32]
|
||||
RuntimeKind = "Disabled"
|
||||
ReflectKind = "Minimal"
|
||||
ConfigSelections = {Tiny = {Config = "Release"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue