aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-27 12:23:51 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-27 12:23:51 +0000
commit1bae9189f92f394ab891f6398d94a6f58c7b47ef (patch)
treee9408089827eb8d3f27172d351401537227deb6f /configure
parent918bb3ed96f87a6046a8b759af9124d8a806bc51 (diff)
Retrait du 'strip' en cas de profiling
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@518 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 46c49daa8..3c890cf90 100755
--- a/configure
+++ b/configure
@@ -342,7 +342,11 @@ case $ARCH in
win32)
STRIPCOMMAND="true";;
*)
- STRIPCOMMAND="strip";;
+ if test $coq_profile_flag = "-p" ; then
+ STRIPCOMMAND="true"
+ else
+ STRIPCOMMAND="strip"
+ fi
esac
# Summary of the configuration