aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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"