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
Help = The default c++ compiler flags when compiling for debug
73
+
Help = The default flags to pass to the C++ compiler when compiling a debug build.
74
74
75
75
[PluginConfig "default_ldflags"]
76
76
ConfigKey = DefaultLdFlags
77
77
DefaultValue = -lpthread -ldl
78
78
Inherit = true
79
-
Help = The default set of flags to apply when linking
79
+
Help = The default flags to pass to the linker.
80
80
81
81
[PluginConfig "pkg_config_path"]
82
82
ConfigKey = PkgConfigPath
83
83
DefaultValue =
84
84
Inherit = true
85
-
Help = A path to the systems package configs
85
+
Help = A path in which pkg-config should search for .pc files. This is used whenever the pkg_config_libs or pkg_config_cflags parameters are passed to the plugin's build rules.
86
86
87
87
[PluginConfig "test_main"]
88
88
ConfigKey = TestMain
89
89
Inherit = true
90
90
DefaultValue = //unittest-pp:main
91
-
Help = A build label with c/c++ source code to use run tests.
91
+
Help = A build target for the source code that defines the entry point for C++ tests (see the cc_test build rule).
92
92
93
93
[PluginConfig "dsym_tool"]
94
94
ConfigKey = DsymTool
95
95
Inherit = true
96
96
DefaultValue =
97
-
Help = Set this to dsymutil or equivalent on MacOS to use this tool to generate xcode symbol information for debug builds.
97
+
Help = The path or build target for dsymutil. If set, a .dSYM file containing symbol information is additionally outputted when compiling a debug build.
98
98
99
99
[PluginConfig "asm_tool"]
100
100
ConfigKey = AsmTool
101
101
DefaultValue = nasm
102
102
Inherit = true
103
-
Help = The tool to use for assembling assembly code
103
+
Help = The path or build target for the assembler tool.
104
104
105
105
[PluginConfig "default_namespace"]
106
106
ConfigKey = DefaultNamespace
107
107
DefaultValue =
108
-
Help = The default namespace to compile c++ code in
108
+
Help = The default namespace in which to compile C++ code.
0 commit comments