summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-14 01:17:10 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-02-26 19:45:35 -0500
commitb86e62d30d4635ef3294d9c1c308f9c8b0061045 (patch)
treef1a687409945a48f6ae42d41dc2af41886186501 /.editorconfig
parent77d7d60d8c6b4f2a163f1f9575dce1860cbb293b (diff)
downloadnixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar.gz
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar.bz2
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar.lz
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar.xz
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.tar.zst
nixpkgs-b86e62d30d4635ef3294d9c1c308f9c8b0061045.zip
llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions