mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-12 19:26:00 +02:00
Mintest changes
This commit is contained in:
parent
24d083f028
commit
e7aebdaccf
6 changed files with 14 additions and 226 deletions
|
@ -1,8 +1,10 @@
|
|||
FileVersion = 1
|
||||
Projects = {mintest = {Path = "."}, minlib = {Path = "minlib"}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, mintest2 = {Path = "mintest2"}}
|
||||
ExtraPlatforms = ["Linux64"]
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "mintest"
|
||||
PreprocessorMacros = ["z5"]
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
InitLocalVariables = true
|
||||
|
@ -20,32 +22,15 @@ COptimizationLevel = "Og"
|
|||
Filter = "System.String"
|
||||
|
||||
[Configs.Debug.WinFart]
|
||||
Toolset = "GNU"
|
||||
EmitDebugInfo = "No"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
AllowHotSwapping = false
|
||||
AllocStackTraceDepth = 0
|
||||
|
||||
[Configs.Debug.Linux64]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
|
||||
[Configs.Debug.macOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
|
||||
[Configs.Debug.iOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
IntermediateType = "Bitcode"
|
||||
|
||||
[Configs.Debug.aarch64-none-linux-android21]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
|
||||
[Configs.Release.Win32]
|
||||
Toolset = "GNU"
|
||||
BfOptimizationLevel = "OgPlus"
|
||||
|
@ -61,125 +46,18 @@ AllocStackTraceDepth = 0
|
|||
IntermediateType = "ObjectAndIRCode"
|
||||
COptimizationLevel = "O3"
|
||||
|
||||
[Configs.Release.WinFart]
|
||||
Toolset = "GNU"
|
||||
BfOptimizationLevel = "O0"
|
||||
EmitDebugInfo = "No"
|
||||
AllocStackTraceDepth = 0
|
||||
IncrementalBuild = true
|
||||
COptimizationLevel = "O0"
|
||||
|
||||
[Configs.Release.Linux64]
|
||||
Toolset = "GNU"
|
||||
|
||||
[Configs.Release.macOS]
|
||||
Toolset = "GNU"
|
||||
|
||||
[Configs.Release.iOS]
|
||||
Toolset = "GNU"
|
||||
IntermediateType = "Bitcode"
|
||||
|
||||
[Configs.Release.aarch64-none-linux-android21]
|
||||
Toolset = "GNU"
|
||||
|
||||
[Configs.Test.Win32]
|
||||
Toolset = "GNU"
|
||||
BfSIMDSetting = "None"
|
||||
EmitDebugInfo = "No"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
AllocStackTraceDepth = 0
|
||||
CSIMDSetting = "None"
|
||||
COptimizationLevel = "O2"
|
||||
ConfigSelections = {mintest = {Config = "Debug"}}
|
||||
|
||||
[Configs.Test.WinFart]
|
||||
Toolset = "GNU"
|
||||
BuildKind = "Normal"
|
||||
EmitDebugInfo = "No"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
AllowHotSwapping = false
|
||||
AllocStackTraceDepth = 0
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Test.Linux64]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Test.macOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Test.iOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
IntermediateType = "Bitcode"
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Test.aarch64-none-linux-android21]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.Win32]
|
||||
Toolset = "GNU"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.Win64]
|
||||
Toolset = "GNU"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
COptimizationLevel = "O2"
|
||||
ConfigSelections = {mintest2 = {Enabled = false}}
|
||||
|
||||
[Configs.Paranoid.WinFart]
|
||||
Toolset = "GNU"
|
||||
EmitDebugInfo = "No"
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
AllowHotSwapping = false
|
||||
AllocStackTraceDepth = 0
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.Linux64]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.macOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.iOS]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
IntermediateType = "Bitcode"
|
||||
COptimizationLevel = "O2"
|
||||
|
||||
[Configs.Paranoid.aarch64-none-linux-android21]
|
||||
Toolset = "GNU"
|
||||
EnableRealtimeLeakCheck = false
|
||||
EnableSideStack = false
|
||||
COptimizationLevel = "O2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue