Closed mxaddict closed 2 years ago
NOTE: to test, you will need to add --enable-suppress-external-warnings flag to ./configure step
--enable-suppress-external-warnings
./configure
Like so: ./configure --enable-suppress-external-warnings --prefix=`pwd`/depends/x86_64-pc-linux-gnu
./configure --enable-suppress-external-warnings --prefix=`pwd`/depends/x86_64-pc-linux-gnu
When build runs, there should be less warning from depends libs like boost and qt
boost
qt
A new build of c21e455400ca58472082790f6fc0e31dd154d9e7 has completed succesfully! Binaries available at https://build.nav.community/binaries/suppress-boost-warnings
NOTE: to test, you will need to add
--enable-suppress-external-warnings
flag to./configure
stepLike so:
./configure --enable-suppress-external-warnings --prefix=`pwd`/depends/x86_64-pc-linux-gnu
When build runs, there should be less warning from depends libs like
boost
andqt