mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
intel/compiler: Explicitly include build-id when linking intel_clc
Ensure that the program will have a build-id. Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18924>
This commit is contained in:
parent
3246889fb0
commit
6cda887ac6
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ if with_intel_clc
|
|||
],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
|
||||
c_args : [pre_args, no_override_init_args],
|
||||
link_args : [ld_args_build_id],
|
||||
dependencies : [idep_nir, idep_clc, idep_mesautil],
|
||||
native : true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue