Skip to content

Commit

Permalink
Add build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 committed May 11, 2024
1 parent d991f41 commit 9ead2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUILD_DIR ?= zig-out
BIN_DIR ?= $(BUILD_DIR)/bin

build:
zig build
zig build -j`nproc` -Doptimize=ReleaseFast

test-img:
$(MAKE) -C $(IMG_DIR) compile
Expand Down

0 comments on commit 9ead2e1

Please sign in to comment.