mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
lets not disable warnings
This commit is contained in:
@@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user