gpu-dawn: update -Drelease to new -Doptimize flag

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-02-12 20:14:46 -07:00
parent c112466cb5
commit aaf4704783
3 changed files with 8 additions and 8 deletions

View file

@ -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)