summaryrefslogtreecommitdiffstats
path: root/src/core/config/desktop_linux.pri
blob: 4d3f923e1fc414a1ed020eaf119c338ff3d314c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include(linux.pri)

gn_args += \
    use_sysroot=false \
    enable_session_service=false \
    toolkit_views=false

use?(icecc) {
    gn_args += use_debug_fission=false
}

!use_gold_linker: gn_args += use_gold=false