mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
lets not disable warnings
This commit is contained in:
parent
f7a4d41c63
commit
afcbd28d3b
@ -120,7 +120,7 @@ environment variables before starting:
|
|||||||
```
|
```
|
||||||
export CC="/usr/pkg/gcc12/bin/cc"
|
export CC="/usr/pkg/gcc12/bin/cc"
|
||||||
export CXX="/usr/pkg/gcc12/bin/g++"
|
export CXX="/usr/pkg/gcc12/bin/g++"
|
||||||
export CXXFLAGS="-gdwarf-4 -Wno-redundant-move"
|
export CXXFLAGS="-gdwarf-4"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user