Ver Código Fonte

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 anos atrás
pai
commit
c370188a25
1 arquivos alterados com 1 adições e 1 exclusões
  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 .