Use release-safe

This commit is contained in:
akiroz 2022-03-19 18:02:42 +08:00
parent 7e2c0086ae
commit b0c1480673
No known key found for this signature in database
GPG Key ID: 8A5957C4A2F68ACC

View File

@ -50,6 +50,6 @@ Custom firmware USB device: 1CCF:2333
```
$ git clone ...
$ git submodule update --init
$ zig build -Drelease-fast=true
$ zig build -Drelease-safe=true
$ ls zig-out/lib/chuniio_tasoller.dll
```