aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-08-19 14:56:33 +0900
committernsfisis <nsfisis@gmail.com>2023-08-19 14:56:33 +0900
commitb8d5f7cc926c19f87884f8506a925b86c53c99c1 (patch)
tree224381921c1d29221163287089d2b53efc78ce3a /Makefile
parentaa61d3a19167c7ef21fd2c7dcceb759005e81ea3 (diff)
downloadRayTracingInOneWeekend.zig-b8d5f7cc926c19f87884f8506a925b86c53c99c1.tar.gz
RayTracingInOneWeekend.zig-b8d5f7cc926c19f87884f8506a925b86c53c99c1.tar.zst
RayTracingInOneWeekend.zig-b8d5f7cc926c19f87884f8506a925b86c53c99c1.zip
feat: update zig 0.11.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58b5adb..9006a27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BUILDFLAGS := -Drelease-fast=true
+BUILDFLAGS := -Doptimize=ReleaseFast
.PHONY: all
all: fmt