Fortify build

This commit is contained in:
BtbN 2020-09-05 23:58:44 +02:00
parent b4bbce3020
commit 7811434ee9
4 changed files with 6 additions and 4 deletions

View file

@ -38,7 +38,7 @@ ffbuild_dockerbuild() {
./Configure "${myconf[@]}" || return -1
sed -i -e "/^CFLAGS=/s|=.*|=${CFLAGS} -O2|" -e "/^LDFLAGS=/s|=[[:space:]]*$|=${LDFLAGS}|" Makefile || return -1
sed -i -e "/^CFLAGS=/s|=.*|=${CFLAGS}|" -e "/^LDFLAGS=/s|=[[:space:]]*$|=${LDFLAGS}|" Makefile || return -1
make -j$(nproc) || return -1
make install_sw || return -1