]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
minor change for more certain success in netbsd
authorG.E. <gregory.economou@vectorcamp.gr>
Wed, 6 Mar 2024 14:28:20 +0000 (15:28 +0100)
committerG.E. <gregory.economou@vectorcamp.gr>
Wed, 6 Mar 2024 14:28:20 +0000 (15:28 +0100)
README.md

index 6712467838e92431b567acd5ce853af15565000d..fb9b1bba66669cd887c9f16bd55995fee382bfdd 100644 (file)
--- 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