From 762280b60344ac6e7652e4b34b9614ca18693ddd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Mar 2012 23:17:39 +0300 Subject: Add missing flags to build scripts. --- build/bmake | 6 +++++- build/bmake46 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/bmake b/build/bmake index 1edc5468e..83040ccd8 100755 --- a/build/bmake +++ b/build/bmake @@ -32,7 +32,11 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--enable-memdebug=yes \ +--with-internalguichan=yes \ +--enable-tcmalloc=no \ +--enable-googleprofiler=no cd po make -j5 update-gmo 2>../build/make1.log diff --git a/build/bmake46 b/build/bmake46 index 321384134..6bc1e8952 100755 --- a/build/bmake46 +++ b/build/bmake46 @@ -55,7 +55,11 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--enable-memdebug=yes \ +--with-internalguichan=yes \ +--enable-tcmalloc=no \ +--enable-googleprofiler=no cd po #make -j5 update-po 2>../build/make1.log -- cgit v1.2.3-60-g2f50