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
Obviously, modeling all of these in Bazel is not feasibly, and would couple this rule set too hard to the native-image tool, which is evolving all the time. extra_args is available as an escape hatch for flags which have no typed integration, but can we do better?
Where Bazel itself provides built-in options which relate to native-image (i.e. copt, compilation_mode, and so on), issue #78 covers that functionality.
The text was updated successfully, but these errors were encountered:
There are a lot of options available to provide to
native_image
, including:libc
implementationObviously, modeling all of these in Bazel is not feasibly, and would couple this rule set too hard to the
native-image
tool, which is evolving all the time.extra_args
is available as an escape hatch for flags which have no typed integration, but can we do better?Bazel has custom flags, configurations, transitions, and so on, which can be useful here.
Where Bazel itself provides built-in options which relate to
native-image
(i.e.copt
,compilation_mode
, and so on), issue #78 covers that functionality.The text was updated successfully, but these errors were encountered: