1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed CopyTo methods with Span destinations

This commit is contained in:
Brian Fiete 2024-08-25 13:39:00 -04:00
parent 8dcdc2f1a7
commit de31d974e2

View file

@ -12,6 +12,7 @@ IntermediateType = "ObjectAndIRCode"
IntermediateType = "ObjectAndIRCode"
[Configs.Test.Win64]
BfOptimizationLevel = "O0"
IntermediateType = "ObjectAndIRCode"
COptimizationLevel = "O2"
ConfigSelections = {TestsB = {Config = "Test"}}