diff options
| -rw-r--r-- | meson.build | 8 | ||||
| -rw-r--r-- | meson_options.txt | 3 |
2 files changed, 0 insertions, 11 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')) diff --git a/meson_options.txt b/meson_options.txt index 979753e..cc750c7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,9 +1,6 @@ option('omap', type : 'feature', value : 'auto', description : 'Build omapdrm extensions') -option('static-libc', type : 'boolean', value : false, - description : 'Build with -static-libgcc -static-libstdc++') - option('libutils', type : 'boolean', value : true, description : 'Build kms++utils library') |
