diff --git a/Makefile b/Makefile index cc035079..306c10a6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # === This file is part of ALICE O² === # -# Copyright 2017-2020 CERN and copyright holders of ALICE O². +# Copyright 2017-2023 CERN and copyright holders of ALICE O². # Author: Teo Mrnjavac # # Partially derived from Torus Makefile @@ -84,6 +84,9 @@ GOPATH := $(shell go env GOPATH) GOPROTOCPATH=$(ROOT_DIR)/tools/protoc-gen-go HAS_PROTOC := $(shell command -v $(GOPROTOCPATH) 2> /dev/null) +.EXPORT_ALL_VARIABLES: +CGO_ENABLED = 0 + .PHONY: build all install generate test debugtest vet fmt clean cleanall help $(WHAT) tools vendor doc docs build: $(WHAT)