-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.plzconfig
66 lines (55 loc) · 1.34 KB
/
.plzconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[please]
version = >=17.12.7
[PluginDefinition]
name = cc
[Plugin "gcc"]
Target = //plugins:gcc
[PluginConfig "default_cpp_compiler"]
ConfigKey = DefaultCPPCompilerPlugin
Inherit = false
Optional = false
Type = str
Help = The default compiler provider to use for c++.
[PluginConfig "default_c_compiler"]
ConfigKey = DefaultCCompilerPlugin
Inherit = false
Optional = false
Type = str
Help = The default compiler provider to use for c.
[PluginConfig "shared_lib_extension"]
ConfigKey = sharedLibExtension
Inherit = true
Optional = true
DefaultValue = .so
Type = str
Help = The extension to use for dynamic libraries.
[PluginConfig "static_lib_extension"]
ConfigKey = staticLibExtension
Inherit = true
Optional = true
DefaultValue = .a
Type = str
Help = The extension to use for static libraries.
[PluginConfig "object_extension"]
ConfigKey = objectExtension
Inherit = true
Optional = true
DefaultValue = .o
Type = str
Help = The extension to use for object files.
[PluginConfig "archive_extension"]
ConfigKey = archiveExtension
Inherit = true
Optional = true
DefaultValue = .a
Type = str
Help = The extension to use for archive files.
[PluginConfig "binary_extension"]
ConfigKey = binaryExtension
Inherit = true
Optional = true
DefaultValue = ""
Type = str
Help = The extension to use for binary files.
;[Plugin "cc"]
;DefaultCompilerPlugin = ///gcc//build_defs:gcc