1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

Change Makefile to build non-optimized

This commit is contained in:
Stefan Haller 2023-09-30 10:50:32 +02:00
parent 246e08096f
commit e93d945dba

View File

@ -3,7 +3,7 @@ all: build
.PHONY: build
build:
go build
go build -gcflags='all=-N -l'
.PHONY: install
install: