commit | 14e57e9637964594461711954c6c906bc22eb7c7 | [log] [tgz] |
---|---|---|
author | Marc Chevrier <marc.chevrier@gmail.com> | Fri Jul 02 10:47:32 2021 +0200 |
committer | Marc Chevrier <marc.chevrier@gmail.com> | Fri Jul 09 14:50:50 2021 +0200 |
tree | 7e6bbfb2303d1c4377470180a36a6103df1a55fb | |
parent | 9c5132a586562c00511fd8ff2bac0250c70dae95 [diff] |
LINK_WHAT_YOU_USE feature: externalize configuration Currently, this feature is only supported on ELF platforms. So, the property LINK_WHAT_YOU_USE will be ignored for other plateforms. Moreover, flags and commands are now controled by CMake variables. Fixes: #20174