lets not disable warnings

This commit is contained in:
isildur-g 2024-03-06 16:39:34 +01:00
parent f7a4d41c63
commit afcbd28d3b

View File

@ -120,7 +120,7 @@ environment variables before starting:
```
export CC="/usr/pkg/gcc12/bin/cc"
export CXX="/usr/pkg/gcc12/bin/g++"
export CXXFLAGS="-gdwarf-4 -Wno-redundant-move"
export CXXFLAGS="-gdwarf-4"
```