summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-27 17:16:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-27 17:16:29 +0300
commitaa47227c8d93bcc3d225c51461c9c8af113bfcc1 (patch)
treec4c760c46921f979662605c2cd720c6d42819d97
parentf0ccd14ce02686fb9e7cd96d3522b69a66187eb3 (diff)
downloadplus-aa47227c8d93bcc3d225c51461c9c8af113bfcc1.tar.gz
plus-aa47227c8d93bcc3d225c51461c9c8af113bfcc1.tar.bz2
plus-aa47227c8d93bcc3d225c51461c9c8af113bfcc1.tar.xz
plus-aa47227c8d93bcc3d225c51461c9c8af113bfcc1.zip
Add new flags into gcc6 build scripts.
-rwxr-xr-xbuild/gcc6flags.sh1
-rwxr-xr-xtools/ci/flags/gcc6.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/gcc6flags.sh b/build/gcc6flags.sh
index e6d68e3f4..e3632a938 100755
--- a/build/gcc6flags.sh
+++ b/build/gcc6flags.sh
@@ -192,6 +192,7 @@ export CXXFLAGS="${CXXFLAGS} -Wpragmas"
# not for C++
#export CXXFLAGS="${CXXFLAGS} -Wproperty-assign-default"
#export CXXFLAGS="${CXXFLAGS} -Wprotocol"
+export CXXFLAGS="${CXXFLAGS} -Wpsabi"
#export CXXFLAGS="${CXXFLAGS} -Wreal-q-constant"
#export CXXFLAGS="${CXXFLAGS} -Wrealloc-lhs"
#export CXXFLAGS="${CXXFLAGS} -Wrealloc-lhs-all"
diff --git a/tools/ci/flags/gcc6.sh b/tools/ci/flags/gcc6.sh
index 31556d35f..d159fd3e4 100755
--- a/tools/ci/flags/gcc6.sh
+++ b/tools/ci/flags/gcc6.sh
@@ -192,6 +192,7 @@ export CXXFLAGS="${CXXFLAGS} -Wpragmas"
# not for C++
#export CXXFLAGS="${CXXFLAGS} -Wproperty-assign-default"
#export CXXFLAGS="${CXXFLAGS} -Wprotocol"
+export CXXFLAGS="${CXXFLAGS} -Wpsabi"
#export CXXFLAGS="${CXXFLAGS} -Wreal-q-constant"
#export CXXFLAGS="${CXXFLAGS} -Wrealloc-lhs"
#export CXXFLAGS="${CXXFLAGS} -Wrealloc-lhs-all"