From 9ead2e18f16d1632fcb7bcd120e7de6b7efbb041 Mon Sep 17 00:00:00 2001 From: Qiming Chu Date: Sat, 11 May 2024 20:45:21 +0800 Subject: [PATCH] Add build flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba22ae8..eb429f1 100644 --- a/Makefile +++ b/Makefile @@ -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