Skip to content

Commit

Permalink
Changed Protobuf configure options
Browse files Browse the repository at this point in the history
Changed configure options for Protobuf to make Protobuf more optimized.

Signed-off-by: Colton Mills <millscolt3@gmail.com>
  • Loading branch information
cwesMills committed Aug 6, 2019
1 parent 45c730e commit b7d5388
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@
tags: protobuf

- name: Build and install Protocol Buffers v3.5.1
shell: cd /tmp/protobuf-3.5.1 && ./configure CFLAGS=-fPIC CXXFLAGS=-fPIC && make && make install && ldconfig
shell: cd /tmp/protobuf-3.5.1 && ./configure --disable-shared --with-pc && make && make install && ldconfig
when:
- (ansible_distribution == "RedHat" or ansible_distribution == "CentOS" or ansible_distribution == "Ubuntu" or ansible_distribution == "SLES")
- ansible_architecture == "x86_64"
Expand Down

0 comments on commit b7d5388

Please sign in to comment.