mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
54 lines
1.4 KiB
TOML
54 lines
1.4 KiB
TOML
FileVersion = 1
|
|
Projects = {Tests = {Path = "."}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, LibC = {Path = "LibC"}, TestsB = {Path = "TestsB"}}
|
|
Unlocked = ["corlib"]
|
|
|
|
[Workspace]
|
|
StartupProject = "Tests"
|
|
|
|
[Configs.Debug.Win64]
|
|
BfOptimizationLevel = "O0"
|
|
IntermediateType = "ObjectAndIRCode"
|
|
|
|
[Configs.Debug.Linux64]
|
|
Toolset = "GNU"
|
|
EnableRealtimeLeakCheck = false
|
|
|
|
[Configs.Test.Win64]
|
|
IntermediateType = "ObjectAndIRCode"
|
|
COptimizationLevel = "O2"
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
[Configs.Test.Linux64]
|
|
IntermediateType = "ObjectAndIRCode"
|
|
COptimizationLevel = "O2"
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
[Configs.Test.macOS]
|
|
COptimizationLevel = "O2"
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
[Configs.Test.Win32]
|
|
IntermediateType = "ObjectAndIRCode"
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
[Configs.TestFail.Win64]
|
|
PreprocessorMacros = ["TESTFAIL"]
|
|
BuildKind = "Normal"
|
|
EmitDynamicCastCheck = false
|
|
EnableObjectDebugFlags = false
|
|
EmitObjectAccessCheck = false
|
|
EnableRealtimeLeakCheck = false
|
|
AllocStackTraceDepth = 0
|
|
COptimizationLevel = "O2"
|
|
ConfigSelections = {Tests = {Config = "Debug"}}
|
|
|
|
[Configs.TestFail.Win32]
|
|
Toolset = "GNU"
|
|
BuildKind = "Normal"
|
|
EmitDebugInfo = "No"
|
|
EmitDynamicCastCheck = false
|
|
EnableObjectDebugFlags = false
|
|
EmitObjectAccessCheck = false
|
|
EnableRealtimeLeakCheck = false
|
|
AllocStackTraceDepth = 0
|
|
COptimizationLevel = "O2"
|