1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Mintest updates

This commit is contained in:
Brian Fiete 2020-04-10 08:58:12 -07:00
parent 5879469933
commit 2fbaf061ef
7 changed files with 104 additions and 81 deletions

View file

@ -5,7 +5,6 @@ Projects = {mintest = {Path = "."}, minlib = {Path = "minlib"}, LibA = {Path = "
StartupProject = "mintest"
[Configs.Debug.Win32]
BfOptimizationLevel = "OgPlus"
InitLocalVariables = true
IntermediateType = "ObjectAndIRCode"
ConfigSelections = {mintest2 = {Enabled = false}}
@ -55,7 +54,9 @@ AllocStackTraceDepth = 0
IntermediateType = "ObjectAndIRCode"
[Configs.Release.Win64]
Toolset = "LLVM"
BfSIMDSetting = "SSE3"
LTOType = "Thin"
AllocStackTraceDepth = 0
IntermediateType = "ObjectAndIRCode"
COptimizationLevel = "O3"
@ -94,8 +95,6 @@ CSIMDSetting = "None"
COptimizationLevel = "O2"
ConfigSelections = {mintest = {Config = "Debug"}}
[Configs.Test.Win64]
[Configs.Test.WinFart]
Toolset = "GNU"
BuildKind = "Normal"