-
Notifications
You must be signed in to change notification settings - Fork 4
/
x86_64-apple-darwin-postgres.json
79 lines (79 loc) · 1.77 KB
/
x86_64-apple-darwin-postgres.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"abi-return-struct-as-int": true,
"arch": "x86_64",
"archive-format": "darwin",
"cpu": "core2",
"data-layout": "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"debuginfo-kind": "dwarf-dsym",
"default-dwarf-version": 2,
"dll-suffix": ".dylib",
"dynamic-linking": true,
"eh-frame-header": false,
"emit-debug-gdb-scripts": false,
"frame-pointer": "always",
"function-sections": false,
"has-rpath": true,
"has-thread-local": true,
"is-like-osx": true,
"link-env": [
"ZERO_AR_DATE=1"
],
"link-env-remove": [
"IPHONEOS_DEPLOYMENT_TARGET"
],
"linker-is-gnu": false,
"lld-flavor": "darwin",
"llvm-target": "x86_64-apple-macosx10.12.0",
"max-atomic-width": 128,
"os": "macos",
"pre-link-args": {
"gcc": [
"-arch",
"x86_64",
"-m64"
],
"ld": [
"-arch",
"x86_64",
"-platform_version",
"macos",
"10.12",
"10.12"
],
"ld64.lld": [
"-arch",
"x86_64",
"-platform_version",
"macos",
"10.12",
"10.12"
]
},
"split-debuginfo": "packed",
"stack-probes": {
"kind": "inline-or-call",
"min-llvm-version-for-inline": [
16,
0,
0
]
},
"supported-sanitizers": [
"address",
"cfi",
"leak",
"thread"
],
"supported-split-debuginfo": [
"packed",
"unpacked",
"off"
],
"target-family": [
"unix",
"postgres"
],
"target-mcount": "\u0001mcount",
"target-pointer-width": "64",
"vendor": "apple"
}