diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/bmake b/build/bmake index 3813ac7a7..1d9a28d29 100755 --- a/build/bmake +++ b/build/bmake @@ -18,6 +18,8 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ source ./tools/ci/flags/gcc7.sh +export CXXFLAGS="$CXXFLAGS -Wno-null-dereference" + autoreconf -i cd build/tmp ../../configure --prefix=$dir/run \ |