Manish Singh
unread,Feb 14, 2024, 10:48:24 AM2/14/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bazel-discuss
Hi,
after running bazel aquery coommand ,
I see following params for cpparchive
"/usr/bin/ar",
"rcsD",
"bazel-out/k8-fastbuild/bin/lib/libhello-time.a",
"bazel-out/k8-fastbuild/bin/lib/_objs/hello-time/hello-time.pic.o",
"@bazel-out/k8-fastbuild/bin/lib/libhello-time.a-2.params"
Here I see some default ar parameters like 'rcsD'
I am looking a way to customize the default paramters passed to ar.
Appreciate help.