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
Currently, Gazelle reads #cgo directives for CPPFLAGS, CFLAGS, and CXXFLAGS, then writes all flags into a combined copts attribute.
When bazel-contrib/rules_go#1366 lands, copts will only contain C-specific flags (equivalent to CFLAGS). Other flags should be passed through new cppopts and cxxopts attributes.
The text was updated successfully, but these errors were encountered:
Currently, Gazelle reads
#cgo
directives forCPPFLAGS
,CFLAGS,
andCXXFLAGS
, then writes all flags into a combinedcopts
attribute.When bazel-contrib/rules_go#1366 lands,
copts
will only contain C-specific flags (equivalent toCFLAGS
). Other flags should be passed through newcppopts
andcxxopts
attributes.The text was updated successfully, but these errors were encountered: