1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-23 12:18:51 +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
commit cc25a3b8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: