Skip to content

Commit

Permalink
Merge pull request #28 from tplavcic/jemalloc-build-flags
Browse files Browse the repository at this point in the history
Unset PS build flags in build-binary.sh for jemalloc to use defaults
  • Loading branch information
laurynas-biveinis committed Mar 2, 2015
2 parents c30e1b9 + 3e25bbd commit 0503478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-ps/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ fi
(
cd "$JEMALLOCDIR"

unset CFLAGS
unset CXXFLAGS

./autogen.sh
./configure --prefix="/usr/local/$PRODUCT_FULL/" \
--libdir="/usr/local/$PRODUCT_FULL/lib/mysql/"
make $MAKE_JFLAG
Expand Down

0 comments on commit 0503478

Please sign in to comment.