Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
c370188a25
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 .