summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-06-12 08:59:28 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-06-12 08:59:28 +0300
commita76cf0ba57a3fda87baa19f72762f3768b7ba206 (patch)
tree99ddce0c2e8f4f8c0c6e3657e45e4be8914c054c /meson.build
parentff1db7e6e6547d44c4de278fd5425a20541572e0 (diff)
meson: Remove static-libc option
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index 6ec1672..38c743b 100644
--- a/meson.build
+++ b/meson.build
@@ -24,14 +24,6 @@ endif
add_project_arguments(cpp_arguments, language : 'cpp')
-link_arguments = []
-
-if get_option('static-libc')
- link_arguments += ['-static-libgcc', '-static-libstdc++']
-endif
-
-add_global_link_arguments(link_arguments, language : 'cpp')
-
libfmt_dep = dependency('fmt')
libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap'))