From: G.E. Date: Wed, 6 Mar 2024 14:28:20 +0000 (+0100) Subject: minor change for more certain success in netbsd X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67452eebe3aeafb2bdeef3a41168d708aa2f105b;p=thirdparty%2Fvectorscan.git minor change for more certain success in netbsd --- diff --git a/README.md b/README.md index 67124678..fb9b1bba 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ Using the example of gcc12 from pkgsrc, one will need to set three environment variables before starting: export CC="/usr/pkg/gcc12/bin/cc" export CXX="/usr/pkg/gcc12/bin/g++" -export CXXFLAGS="-gdwarf-4" +export CXXFLAGS="-gdwarf-4 -Wno-redundant-move" + In FreeBSD similarly, using gcc12 from pkg export CC=/usr/local/bin/gcc