diff options
-rwxr-xr-x | bmake0 | 2 | ||||
-rwxr-xr-x | pmake | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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 \ |