Skip to content

Commit

Permalink
add changelog entry for #2647
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Aug 19, 2023
1 parent fda37f3 commit 84ddba0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog/deep.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Added `--deep=` switch to dub build

By specifying this flag, you can now build all the dependencies
of a staticLibrary. The default behavior is to only build the
library located in the root directory of the dub configuration
file. This allows better integration with other build systems
which require the libraries to be built upfront.

```
dub build --deep
```

If a staticLibrary A depends on staticLibrary B, and the --deep
flag is specified, dub will output both the A and B libraries.

0 comments on commit 84ddba0

Please sign in to comment.