diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/flags/gcc6.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |