diff options
Diffstat (limited to 'build/gcc6flags.sh')
-rwxr-xr-x | build/gcc6flags.sh | 1 |
1 files changed, 1 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" |