Skip to content

Commit

Permalink
Merge branch 'develop' into mesa-pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Nov 14, 2024
2 parents 3c4249a + e10f63a commit 1d73397
Show file tree
Hide file tree
Showing 22 changed files with 1,157 additions and 874 deletions.
12 changes: 9 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ We use [`zig`][zig] to build Vere, which is packaged as a single binary,

## Supported Targets

Main (`-Dall`) targets:
- `aarch64-linux-musl`
- `x86_64-linux-musl`
- `aarch64-macos`
- `x86_64-macos`

Additional targets:
- `aarch64-linux-gnu`
- `x86_64-linux-gnu`

## Prerequisites

Install version 0.13.0 of `zig` with the package manager of your choosing, e.g., `brew install zig`, or download the binary from [here][zig-download].
Expand Down Expand Up @@ -69,9 +74,10 @@ Supported values:
- soon
- edge

#### `-Dflags=[string]`
Provide additional compiler flags. These propagate to all build artifacts and
dependencies.
#### `-Dcopt=[list]`
Provide additional compiler flags. These propagate to all build artifacts.

Example: `zig build -Dcopt="-g" -Dcopt="-fno-sanitize=all"`

<!-- ## LSP Integration -->

Expand Down
Loading

0 comments on commit 1d73397

Please sign in to comment.