allow to configure DFLAGS and WARNINGS#301
Conversation
- e.g. to test dlang/tools without erroring on deprecations (ci.dlang.org) - use `override DFLAGS +=` for non-configurable target specific flags
|
Thanks for your pull request, @MartinNowak! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
wilzbach
left a comment
There was a problem hiding this comment.
Makes sense, but we probably want to use -de on the auto-tester as it leaves a bad imagine if our core tools have deprecation messages and if they aren't fixed by the one who introduces the deprecation, no one will care.
Seems fair to push the deprecation cleanup effort for any dlang code onto the PR that introduces them. |
override DFLAGS +=for non-configurable target specific flags