summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c31c0d7..a7ae041 100644
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,6 @@ PREFIX="/usr"
.PHONY: all clean install debug
all:
- # some recommended options for Go building (https://wiki.archlinux.org/title/Go_package_guidelines)
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
-
mkdir -p build
go build -o build/ceres main.go