From 4e0e42e5747072d522a4dc6e5f902772465390f1 Mon Sep 17 00:00:00 2001 From: Mathieu Courtois <mathieu.courtois@edf.fr> Date: Wed, 26 Jun 2019 15:06:38 +0200 Subject: [PATCH] [#28902] Do not build binary with debug symbols anymore. Otherwise all shared library must be tagged and that will be complicated with asterxx... --HG-- branch : edf/intg --- bin/install_major_version | 4 ++-- bin/update_minor_version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install_major_version b/bin/install_major_version index e1da389f..f07dd8fe 100755 --- a/bin/install_major_version +++ b/bin/install_major_version @@ -95,7 +95,7 @@ update_install \ --branch=${BR} --rev=${REV} \ --data=${REV} --validation=${REV} \ --env=${HOME}/dev/codeaster/devtools/etc/env_${REV}.sh \ - --command=configure --command=install --command=install_debug \ + --command=configure --command=install \ ${wafoptions} \ --options=--use-config=${CONF} --options=--prefix=${DIR} \ --options=--install-tests \ @@ -111,7 +111,7 @@ if [ -f ${HOME}/dev/codeaster-${BR}/src/waf_mpi ]; then --data=${REV} --validation=${REV} \ --env=${HOME}/dev/codeaster/devtools/etc/env_${REV}_mpi.sh \ --waf=waf_mpi --builddir=build/mpi \ - --command=configure --command=install --command=install_debug \ + --command=configure --command=install \ ${wafoptions} \ --options=--use-config=${CONF} --options=--prefix=${DIR} \ --options=--install-tests \ diff --git a/bin/update_minor_version b/bin/update_minor_version index 0c766aa0..7ec2fc45 100755 --- a/bin/update_minor_version +++ b/bin/update_minor_version @@ -70,7 +70,7 @@ update_install \ --env=${HOME}/dev/codeaster/devtools/etc/env_${NAME}${SUFFIX}.sh \ --waf=waf_${VARIANT} --builddir=${BUILD} \ --command=distclean \ - --command=configure --command=install --command=install_debug \ + --command=configure --command=install \ ${wafoptions} \ --options=--use-config=${CONF} --options=--prefix=${DIR} \ --options=--install-tests \ -- GitLab