mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
41 lines
1 KiB
TOML
41 lines
1 KiB
TOML
![]() |
FileVersion = 1
|
||
|
Projects = {Tests = {Path = "."}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, LibC = {Path = "LibC"}, TestsB = {Path = "TestsB"}}
|
||
|
|
||
|
[Workspace]
|
||
|
StartupProject = "Tests"
|
||
|
|
||
|
[Configs.Debug.Win64]
|
||
|
BfOptimizationLevel = "O0"
|
||
|
|
||
|
[Configs.Test.Win64]
|
||
|
IntermediateType = "ObjectAndIRCode"
|
||
|
COptimizationLevel = "O2"
|
||
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
||
|
|
||
|
[Configs.Test.Linux64]
|
||
|
IntermediateType = "ObjectAndIRCode"
|
||
|
COptimizationLevel = "O2"
|
||
|
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"
|