diff --git a/Makefile b/Makefile index 407b3b3b..cc496b9a 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,6 @@ OS := $(shell uname) TAGS = "" BUILD_FLAGS = "-v" -ifeq ($(OS),Linux) - BUILD_FLAGS += "-buildmode=pie" -endif RELEASE_ROOT = "release" RELEASE_GOGS = "release/gogs"