diff --git a/source/dub/compilers/compiler.d b/source/dub/compilers/compiler.d index 0a47c15..f277dfb 100644 --- a/source/dub/compilers/compiler.d +++ b/source/dub/compilers/compiler.d @@ -53,7 +53,9 @@ string alternative; } static immutable SpecialFlag[] s_specialFlags = [ - {["-c", "-o-", "-w", "-property"], "Managed by DUB, do not specify in package.json"}, + {["-c", "-o-", "-property", "-fproperty", "-w", "-Wall", "-Werr"], "Automatically issued by DUB, do not specify in package.json"}, + {["-wi"], `Use the "buildRequirements" field to control warning behavior`}, + {["-d", "-de", "-dw"], `Use the "buildRequirements" field to control deprecation behavior`}, {["-of"], `Use "targetPath" and "targetName" to customize the output file`}, {["-debug", "-fdebug", "-g"], "Call dub with --build=debug"}, {["-release", "-frelease", "-O", "-inline"], "Call dub with --build=release"},