Skip to content
Snippets Groups Projects
Commit e670c723 authored by misaka00251's avatar misaka00251
Browse files

Try UUID instead of sha1?

parent 59a33ec1
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ do
-DBUILD_CLIENTS_TESTS=%{build_test} \
-DBUILD_WITH_TENSILE=%{build_tensile} \
%if %{buildid}
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--build-id=sha1" \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--build-id=uuid" \
%endif
-DBUILD_WITH_PIP=OFF
popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment