Skip to content

Commit

Permalink
Merge pull request logrhythm#120 from Robert-Weber/lowOptimization
Browse files Browse the repository at this point in the history
Leave the optimization level alone
  • Loading branch information
weberr13 committed Feb 14, 2014
2 parents 9a5e008 + 688cdf4 commit 1286c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/protoBuffers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm -rf protobuf-%{version}
tar -xjvf ~/rpmbuild/SOURCES/protobuf-%{version}.tar.bz2
cd protobuf-%{version}
chmod -R a+rX,g-w,o-w .
export GLOBAL_CPP_FLAGS="-fPIC -m64 -O3 -flto -L/usr/local/probe/lib -L/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib "
export GLOBAL_CPP_FLAGS="-fPIC -m64 -flto -L/usr/local/probe/lib -L/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib "
CPPFLAGS="$CPPFLAGS $GLOBAL_CPP_FLAGS" LDFLAGS=$GLOBAL_CPP_FLAGS ./configure --prefix=/usr/local/probe
cd ..
%build
Expand Down

0 comments on commit 1286c59

Please sign in to comment.