Skip to main content
A configuration fragment for C++.

Members

apple_bitcode_mode

Deprecated: Returns the Bitcode mode to use for compilation steps. Always returns 'none'.

apple_generate_dsym

Whether to generate Apple debug symbol(.dSYM) artifacts.

conlyopts

The flags passed to Bazel by --conlyopt option.

copts

The flags passed to Bazel by --copt option.

custom_malloc

Returns label pointed to by --custom_malloc option. Can be accessed with configuration_field:
May return None.

cxxopts

The flags passed to Bazel by --cxxopt option.

linkopts

The flags passed to Bazel by --linkopt option.

objc_generate_linkmap

(Apple-only) Whether to generate linkmap artifacts.

objc_should_strip_binary

(Apple-only) whether to perform symbol and dead-code strippings on linked binaries.

objccopts

The flags passed to Bazel by --objccopt option.