mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Fix dip1000 errors in blake3.d
This commit is contained in:
parent
57c2d8a694
commit
59f37858bf
2 changed files with 3 additions and 3 deletions
1
dub.sdl
1
dub.sdl
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue