Fix dip1000 errors in blake3.d

This commit is contained in:
Dennis Korpel 2024-03-13 12:18:46 +01:00 committed by Nicholas Wilson
parent 57c2d8a694
commit 59f37858bf
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,7 @@ subPackage {
importPaths "compiler/src"
stringImportPaths "compiler/src/dmd/res" "."
dflags "-L/STACK:16777216" platform="windows"
dflags "-preview=dip1000"
preGenerateCommands "echo -n /etc > SYSCONFDIR.imp" platform="posix"
}