protobuf: fix broken link in comment
Closes Homebrew/homebrew#46149. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
cd7a3a7f6d
commit
2ff3086233
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Protobuf < Formula
|
|||
def install
|
||||
# Don't build in debug mode. See:
|
||||
# https://github.com/Homebrew/homebrew/issues/9279
|
||||
# http://code.google.com/p/protobuf/source/browse/trunk/configure.ac#61
|
||||
# https://github.com/google/protobuf/blob/5c24564811c08772d090305be36fae82d8f12bbe/configure.ac#L61
|
||||
ENV.prepend "CXXFLAGS", "-DNDEBUG"
|
||||
ENV.universal_binary if build.universal?
|
||||
ENV.cxx11 if build.cxx11?
|
||||
|
|
Loading…
Reference in a new issue