-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaarch64-apple-darwin-postgres.json
69 lines (69 loc) · 1.54 KB
/
aarch64-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
{
"abi-return-struct-as-int": true,
"arch": "aarch64",
"archive-format": "darwin",
"cpu": "apple-a14",
"data-layout": "e-m:o-i64:64-i128:128-n32: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": "non-leaf",
"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": "arm64-apple-macosx11.0.0",
"max-atomic-width": 128,
"os": "macos",
"pre-link-args": {
"gcc": [
"-arch",
"arm64"
],
"ld": [
"-arch",
"arm64",
"-platform_version",
"macos",
"11.0",
"11.0"
],
"ld64.lld": [
"-arch",
"arm64",
"-platform_version",
"macos",
"11.0",
"11.0"
]
},
"split-debuginfo": "packed",
"supported-sanitizers": [
"address",
"cfi",
"thread"
],
"supported-split-debuginfo": [
"packed",
"unpacked",
"off"
],
"target-family": [
"unix",
"postgres"
],
"target-mcount": "\u0001mcount",
"target-pointer-width": "64",
"vendor": "apple"
}