Nothing to see here, move along
at main 32 lines 891 B view raw
1{ 2 "arch": "x86_64", 3 "code-model": "kernel", 4 "cpu": "x86-64", 5 "crt-objects-fallback": "false", 6 "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128", 7 "disable-redzone": true, 8 "features": "+sse,+sse2,+popcnt,-mmx,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2", 9 "linker": "rust-lld", 10 "linker-flavor": "gnu-lld", 11 "llvm-target": "x86_64-unknown-none-elf", 12 "max-atomic-width": 64, 13 "metadata": { 14 "description": "Freestanding x86_64 with SSE2: Lancer", 15 "host_tools": false, 16 "std": false, 17 "tier": 3 18 }, 19 "panic-strategy": "abort", 20 "plt-by-default": false, 21 "position-independent-executables": true, 22 "relro-level": "full", 23 "stack-probes": { 24 "kind": "inline" 25 }, 26 "static-position-independent-executables": true, 27 "supported-sanitizers": [ 28 "kcfi", 29 "kernel-address" 30 ], 31 "target-pointer-width": 64 32}