Remove CGO_ENABLED from Makefile

Removed CGO_ENABLED variable and export from Makefile

cognitive committed Jan 27, 2026 at 20:50 UTC a3930637fa790d520a8fccb393645b075df02b97
1 file changed -4
Makefile
-4
@@ -1,7 +1,3 @@
1 -SHELL := /bin/sh
2 -CGO_ENABLED := 0
3 -export CGO_ENABLED
4 -
1 .PHONY: help fmt vet lint test vuln tidy build-go all run build build-wasm compress-wasm build-frontend build-tunnel build-server clean
2
3 .DEFAULT_GOAL := help