1 # common project include file for JavaScriptCore and WebCore
3 contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
4 contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
6 # We use this flag on production branches
7 # See https://bugs.webkit.org/show_bug.cgi?id=60824