Skip to content

Release 4.3.70

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 14:28
· 3 commits to master since this release
fa83d19
Add warning if destination flag is ignored (#1179)

If the current target does not produce a file, the -Ddestination flag is
currently ignored without warning.

This situation may occur commonly when 'default' points to another
target, but doesn't produce a file itself. A warning will now be
displayed:

Warning: Target 'default' does not output a file, so 'destination' has
been ignored