-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build protoc plugins in release mode (#647)
Motivation: It's easy for users to build the protoc plugins in debug mode (the default for the Makefile) without realising. They then have to dig through the build output to find the right binaries. This should be easier for users. Modifications: - Build the plugins in release mode when invoked via `make plugins` - Copy the plugins to the current directory after building them Result: Easier to find the protoc plugins.
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters