gpu-dawn: update -Drelease to new -Doptimize flag
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c112466cb5
commit
aaf4704783
3 changed files with 8 additions and 8 deletions
2
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
RELEASE_NAME: aarch64-macos-none_debug
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: install (release-fast)
|
||||
run: zig build install -Drelease-fast=true -Dtarget=aarch64-macos.12-none
|
||||
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (release-fast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue