Commit e280657
committed
chore(ci): simplify build command to use default configuration
Remove explicit -Doptimize=ReleaseSafe and -Dtarget=aarch64-linux-gnu
from the CI build step. Using the default zig build command allows
the CI to produce debug builds which compile faster and are sufficient
for validating that the codebase compiles correctly on all platforms.1 parent 0b180ad commit e280657
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments