~akopytov/percona-xtrabackup/bug1166888-2.1

« back to all changes in this revision

Viewing changes to utils/build-dpkg.sh

  • Committer: Alexey Kopytov
  • Date: 2013-04-09 07:24:21 UTC
  • mfrom: (391.104.12 workspace)
  • Revision ID: akopytov@gmail.com-20130409072421-0l1p80iuwler80mb
Manual merge from 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
# Build information
80
80
export CC=${CC:-gcc}
81
 
export CXX=${CXX:-gcc}
 
81
export CXX=${CXX:-g++}
82
82
export CFLAGS="-fPIC -Wall -O3 -g -static-libgcc -fno-omit-frame-pointer"
83
83
export CXXFLAGS="-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fno-exceptions"
84
84
export MAKE_JFLAG=-j4