aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 49f3990..c033cac 100644
--- a/meson.build
+++ b/meson.build
@@ -39,10 +39,6 @@ add_project_arguments(cxx.get_supported_arguments([
'-Wimplicit-fallthrough',
]), language: 'cpp')
-add_project_link_arguments(cxx.get_supported_link_arguments([
- '-fuse-ld=gold'
-]), language: 'cpp')
-
mod_qt5 = import('qt5')
dep_qt5 = dependency('qt5',
modules: ['Core', 'Network', 'Widgets', 'WebEngineWidgets', 'Concurrent'],