Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Mar 19, 2021
1 parent 45256a4 commit 48fe247
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/build-all-targets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Add new build targets

Make build target `build` used to build a binary twice, the second occurrence having symbols for debugging. We split this step in two and added `build-all` and `build-debug` targets.

- `build-all` now behaves as the previous `build` target, it will generate 2 binaries, one for debug.
- `build-debug` will build a single binary for debugging.

https://github.com/owncloud/ocis/pull/1824

0 comments on commit 48fe247

Please sign in to comment.