summaryrefslogtreecommitdiff
path: root/pmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-26 19:41:10 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-26 19:41:10 +0300
commitc7af948eb667923df102265ffe30fab0c6eefe93 (patch)
tree16ddc32455ba50f97cb10936392e10b5149d1bf5 /pmake
parent66d8bf35bbe94e8bd383cc5e479c21bd3c3e37d4 (diff)
downloadplus-c7af948eb667923df102265ffe30fab0c6eefe93.tar.gz
plus-c7af948eb667923df102265ffe30fab0c6eefe93.tar.bz2
plus-c7af948eb667923df102265ffe30fab0c6eefe93.tar.xz
plus-c7af948eb667923df102265ffe30fab0c6eefe93.zip
Update profile make scripts.
Diffstat (limited to 'pmake')
-rwxr-xr-xpmake3
1 files changed, 2 insertions, 1 deletions
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 \