浏览代码

Build with -Drelease-safe

Debug mode is for regular development with:

	git ls-files -co --exclude-standard | entr -c -r zig build run
Luna Stadler 4 年之前
父节点
当前提交
c370188a25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zig/sdl/Makefile

+ 1 - 1
zig/sdl/Makefile

@ -1,3 +1,3 @@
1 1
hello_sdl: Makefile build.zig hello_sdl.zig
2
	zig build
2
	zig build -Drelease-safe
3 3
	cp zig-out/bin/hello_sdl .