Remove -fuse-ld=gold from webkit's LFLAGS
[qt:qt.git] / src / 3rdparty / webkit / Source / common.pri
1 # common project include file for JavaScriptCore and WebCore
2
3 contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
4 contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
5
6 # We use this flag on production branches
7 # See https://bugs.webkit.org/show_bug.cgi?id=60824
8 CONFIG += production