1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-27 00:51:18 +02:00

Change Makefile to build non-optimized (#3028)

This commit is contained in:
Stefan Haller
2023-09-30 10:59:22 +02:00
committed by GitHub

View File

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