You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: Add -Wl,--as-needed flag for all executable builds
PR#33628 has added an explicit link to libatomic for all linux-based builds
to fix a build issue on mips. This results with a NEEDED record for
libatomic.so.1 even when it's not required. One situation when this happens
is building on arm64 with clang.
Signed-off-by: Maciej Grela <m.grela@samsung.com>
* gn: Restrict --as-needed to only Linux builds using clang
Signed-off-by: Maciej Grela <m.grela@samsung.com>
* typo
Signed-off-by: Maciej Grela <m.grela@samsung.com>
* gn: Blacklist instead of whitelist, include ios and explanatory comment
Signed-off-by: Maciej Grela <m.grela@samsung.com>
---------
Signed-off-by: Maciej Grela <m.grela@samsung.com>
0 commit comments