summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbmake02
-rwxr-xr-xpmake3
2 files changed, 3 insertions, 2 deletions
diff --git a/bmake0 b/bmake0
index a617747df..0b32247ef 100755
--- a/bmake0
+++ b/bmake0
@@ -42,7 +42,7 @@ autoreconf -i
--mandir=$dir/run/share/man \
--enable-memdebug=no \
--with-internalguichan=yes \
---enable-tcmalloc=no \
+--enable-tcmalloc=yes \
--enable-googleprofiler=yes
#--without-librt
diff --git a/pmake b/pmake
index 86f312992..6a523efe8 100755
--- a/pmake
+++ b/pmake
@@ -17,7 +17,8 @@ export CXXFLAGS="-pg -fno-inline -Wunreachable-code -Wmissing-field-initializers
-Wunused-parameter -Wredundant-decls -Wlogical-op \
-Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \
-Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \
--Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe"
+-Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O0 -pipe \
+-fno-default-inline -fno-inline"
autoreconf -i
./configure --prefix=$dir/run \