]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
another small cleanup in readme
authorG.E. <gregory.economou@vectorcamp.gr>
Tue, 12 Mar 2024 10:59:16 +0000 (12:59 +0200)
committerG.E. <gregory.economou@vectorcamp.gr>
Tue, 12 Mar 2024 10:59:16 +0000 (12:59 +0200)
README.md

index 0fb156071013803bdb939b461544f91d7b5e74bb..5dafd0ea3abae14923881173078327378e8c4a1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,12 +115,11 @@ Assuming an existing HomeBrew installation:
 
 ### *BSD
 In NetBSD you will almost certainly need to have a newer compiler installed. 
-Using the example of gcc12 from pkgsrc, one will need to set three
+Using the example of gcc12 from pkgsrc, one will need to set two
 environment variables before starting: 
 ```
 export CC="/usr/pkg/gcc12/bin/cc"
 export CXX="/usr/pkg/gcc12/bin/g++"
-export CXXFLAGS="-gdwarf-4"
 ```
 
 
@@ -128,7 +127,6 @@ In FreeBSD similarly, using gcc12 from pkg
 ```
 export CC="/usr/local/bin/gcc"
 export CXX="/usr/local/bin/g++"
-export CXXFLAGS="-gdwarf-4"
 ```