• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# common project include file for JavaScriptCore and WebCore
2
3contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
4contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
5
6linux-g++ {
7isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
8    message(Using gold linker)
9    QMAKE_LFLAGS+=-fuse-ld=gold
10}
11}
12
13