Disable all optimizations
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,8 +6,8 @@ fmt:
|
||||
vet: fmt
|
||||
go vet ./...
|
||||
buildLib: vet
|
||||
go build -gcflags="-N -l" ./...
|
||||
go build -gcflags="all=-N -l" ./...
|
||||
buildCmd: buildLib
|
||||
go build -C cmd/ -gcflags="-N -l" -o re ./...
|
||||
go build -C cmd/ -gcflags="all=-N -l" -o re ./...
|
||||
test: buildCmd
|
||||
go test -v ./...
|
||||
|
Reference in New Issue
Block a user