Răsfoiți Sursa

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.
George Barnett 6 ani în urmă
părinte
comite
11f09884e4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -5,7 +5,7 @@ DerivedData/
 .build
 build
 /protoc-gen-swift
-/protoc-gen-swiftgrpc
+/protoc-gen-grpc-swift
 third_party/**
 /Echo
 /EchoNIO