BeefSpace.toml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. FileVersion = 1
  2. Projects = {Tests = {Path = "."}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, LibC = {Path = "LibC"}, TestsB = {Path = "TestsB"}}
  3. Unlocked = ["corlib"]
  4. [Workspace]
  5. StartupProject = "Tests"
  6. [Configs.Debug.Win64]
  7. IntermediateType = "ObjectAndIRCode"
  8. [Configs.Debug.Win32]
  9. IntermediateType = "ObjectAndIRCode"
  10. [Configs.Debug.wasm32]
  11. AllocType = "CRT"
  12. EnableObjectDebugFlags = false
  13. EmitObjectAccessCheck = false
  14. [Configs.Test.Win64]
  15. IntermediateType = "ObjectAndIRCode"
  16. COptimizationLevel = "O2"
  17. ConfigSelections = {TestsB = {Config = "Test"}}
  18. [Configs.Test.Linux64]
  19. IntermediateType = "ObjectAndIRCode"
  20. COptimizationLevel = "O2"
  21. ConfigSelections = {TestsB = {Config = "Test"}}
  22. [Configs.Test.macOS]
  23. COptimizationLevel = "O2"
  24. ConfigSelections = {TestsB = {Config = "Test"}}
  25. [Configs.Test.Win32]
  26. ConfigSelections = {TestsB = {Config = "Test"}}
  27. [Configs.Test.wasm32]
  28. AllocType = "CRT"
  29. EnableObjectDebugFlags = false
  30. EmitObjectAccessCheck = false
  31. IntermediateType = "ObjectAndIRCode"
  32. ConfigSelections = {TestsB = {Config = "Test"}}
  33. [Configs.TestFail.Win64]
  34. PreprocessorMacros = ["TESTFAIL"]
  35. BuildKind = "Normal"
  36. EmitDynamicCastCheck = false
  37. EnableObjectDebugFlags = false
  38. EmitObjectAccessCheck = false
  39. EnableRealtimeLeakCheck = false
  40. AllocStackTraceDepth = 0
  41. COptimizationLevel = "O2"
  42. ConfigSelections = {Tests = {Config = "Debug"}}
  43. [Configs.TestFail.Win32]
  44. Toolset = "GNU"
  45. BuildKind = "Normal"
  46. EmitDebugInfo = "No"
  47. EmitDynamicCastCheck = false
  48. EnableObjectDebugFlags = false
  49. EmitObjectAccessCheck = false
  50. EnableRealtimeLeakCheck = false
  51. AllocStackTraceDepth = 0
  52. COptimizationLevel = "O2"
  53. [Configs.TestFail.wasm32]
  54. AllocType = "CRT"
  55. EnableObjectDebugFlags = false
  56. EmitObjectAccessCheck = false
  57. [Configs.Paranoid.wasm32]
  58. AllocType = "CRT"
  59. EnableObjectDebugFlags = false
  60. EmitObjectAccessCheck = false