mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
minor change for more certain success in netbsd
This commit is contained in:
parent
30ae8505c3
commit
a6a35e044c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user