فهرست منبع

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 سال پیش
والد
کامیت
11f09884e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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