summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/common.pri
blob: 093647aa356ff2eb1f444cc85e2fc4028a868260 (plain)
1
2
3
4
5
6
7
8
# common project include file for JavaScriptCore and WebCore

contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0

# We use this flag on production branches
# See https://bugs.webkit.org/show_bug.cgi?id=60824
CONFIG += production