mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-10 02:05:59 +02:00
Mintest changes
This commit is contained in:
parent
4f5a981598
commit
03c28503c6
7 changed files with 94 additions and 64 deletions
|
@ -7,6 +7,7 @@ StartupProject = "mintest"
|
|||
PreprocessorMacros = ["z5"]
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
BfOptimizationLevel = "OgPlus"
|
||||
InitLocalVariables = true
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
ConfigSelections = {mintest2 = {Enabled = false}}
|
||||
|
@ -21,6 +22,10 @@ COptimizationLevel = "Og"
|
|||
[[Configs.Debug.Win64.DistinctOptions]]
|
||||
Filter = "System.String"
|
||||
|
||||
[[Configs.Debug.Win64.DistinctOptions]]
|
||||
Filter = "uint8"
|
||||
AllocStackTraceDepth = 1
|
||||
|
||||
[Configs.Debug.WinFart]
|
||||
EmitDebugInfo = "No"
|
||||
EmitDynamicCastCheck = false
|
||||
|
@ -31,6 +36,17 @@ AllocStackTraceDepth = 0
|
|||
[Configs.Debug.iOS]
|
||||
IntermediateType = "Bitcode"
|
||||
|
||||
[Configs.Debug.wasm32]
|
||||
AllocType = "CRT"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
ConfigSelections = {mintest2 = {Enabled = false}}
|
||||
|
||||
[Configs.Debug.armv7-none-linux-android21]
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
|
||||
[Configs.Release.Win32]
|
||||
Toolset = "GNU"
|
||||
BfOptimizationLevel = "OgPlus"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue