From ba808253bc16b481dbee69323d5a560b103d1091 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 12 Sep 2018 13:24:12 -0700 Subject: meson: make symbols hidden by default Now that symbols that should be exported are annotated accordingly, make all the rest hidden by default. Signed-off-by: Lucas De Marchi Reviewed-by: Dylan Baker Reviewed-by: Eric Engestrom --- amdgpu/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amdgpu') diff --git a/amdgpu/meson.build b/amdgpu/meson.build index d9d7de2d..7c8ccc7e 100644 --- a/amdgpu/meson.build +++ b/amdgpu/meson.build @@ -31,7 +31,7 @@ libdrm_amdgpu = shared_library( config_file, ], c_args : [ - warn_c_args, + libdrm_c_args, '-DAMDGPU_ASIC_ID_TABLE="@0@"'.format(join_paths(datadir_amdgpu, 'amdgpu.ids')), ], include_directories : [inc_root, inc_drm], -- cgit v1.2.1