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

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

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

!use_gold_linker: gn_args += use_gold=false