1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-15 12:43:52 +02:00

Fix to sized array initialization

This commit is contained in:
Brian Fiete 2020-05-22 06:06:43 -07:00
parent 4b965a440d
commit 24f931df51
3 changed files with 32 additions and 5 deletions

View file

@ -9,10 +9,6 @@ StartupProject = "Tests"
BfOptimizationLevel = "O0"
IntermediateType = "ObjectAndIRCode"
[Configs.Debug.Linux64]
Toolset = "GNU"
EnableRealtimeLeakCheck = false
[Configs.Test.Win64]
IntermediateType = "ObjectAndIRCode"
COptimizationLevel = "O2"