JBR-2394 replace --disable-debug-symbols with --with-native-debug-symbols=none

This commit is contained in:
Vitaly Provodin
2020-05-15 18:19:52 +07:00
committed by jbrbot
parent b51ac56843
commit cbb107e408
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ esac
PATH="/usr/local/bin:/usr/bin:${PATH}"
./configure \
--disable-warnings-as-errors \
--disable-debug-symbols \
--with-native-debug-symbols=none \
--with-target-bits=64 \
--with-vendor-name="${VENDOR_NAME}" \
--with-vendor-version-string="${VENDOR_VERSION_STRING}" \

View File

@@ -31,7 +31,7 @@ WORK_DIR=$(pwd)
PATH="/usr/local/bin:/usr/bin:${PATH}"
./configure \
--disable-warnings-as-errors \
--disable-debug-symbols \
--with-native-debug-symbols=none \
--with-target-bits=32 \
--with-vendor-name="${VENDOR_NAME}" \
--with-vendor-version-string="${VENDOR_VERSION_STRING}" \