strip headless_shell too

This commit is contained in:
Tom spot Callaway 2022-02-08 10:01:48 -05:00
parent 027a6992b3
commit 8f14028d98

View File

@ -1816,6 +1816,8 @@ rm -rf %{buildroot}
%if %{build_headless}
pushd %{headlessbuilddir}
cp -a headless_lib.pak headless_shell %{buildroot}%{chromium_path}
# Explicitly strip headless_shell binary
strip %{buildroot}%{chromium_path}/headless_shell
popd
%endif