Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
c370188a25
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 .