diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-06 21:25:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-06 21:25:50 +0300 |
commit | 3e74131342c85f59110df276667b4ae23873a9bd (patch) | |
tree | bc8b3fbf67176f666e93dd3c0abd1eb914c3fd52 /build/bmake | |
parent | 58e1791240a07a609a2e8bdcaf428866c7e24f31 (diff) | |
download | plus-3e74131342c85f59110df276667b4ae23873a9bd.tar.gz plus-3e74131342c85f59110df276667b4ae23873a9bd.tar.bz2 plus-3e74131342c85f59110df276667b4ae23873a9bd.tar.xz plus-3e74131342c85f59110df276667b4ae23873a9bd.zip |
Use same gcc6 warning flags for build scripts and ci.
Diffstat (limited to 'build/bmake')
-rwxr-xr-x | build/bmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmake b/build/bmake index 83ab1c35a..b18d757ec 100755 --- a/build/bmake +++ b/build/bmake @@ -16,7 +16,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./build/gcc6flags.sh +source ./tools/ci/flags/gcc6.sh autoreconf -i cd build/tmp |