summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2016-09-05 15:25:02 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-09-17 21:24:16 +0000
commitd6c8a2cf8fa374e6d1c0a578391b57112c047fa4 (patch)
treee577142f9ed476dcf3b7263c35f88a1db7b86cfe /src/core
parent667fdf11b7d242335254919c898231a48604517d (diff)
Enable -fno_delete_null_pointer_checks for g++ 6 on all of chromium
This is necessary e.g. for PaintLayer::enclosingSelfPaintingLayer which also compares this with null. Change-Id: I85d69432a0d7eeb0d8df8f395821880e36180dcc Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config/linux.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
index 9264932c4..a318e170c 100644
--- a/src/core/config/linux.pri
+++ b/src/core/config/linux.pri
@@ -29,7 +29,7 @@ use?(nss) {
use_openssl_certs=1
}
-gcc:!clang: greaterThan(QT_GCC_MAJOR_VERSION, 5): GYP_CONFIG += v8_no_delete_null_pointer_checks=1
+gcc:!clang: greaterThan(QT_GCC_MAJOR_VERSION, 5): GYP_CONFIG += no_delete_null_pointer_checks=1
contains(QT_CONFIG, system-zlib): use?(system_minizip): GYP_CONFIG += use_system_zlib=1
contains(QT_CONFIG, system-png): GYP_CONFIG += use_system_libpng=1