aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-01-30 15:28:42 -0500
committerUnknwon <u@gogs.io>2017-01-30 15:28:42 -0500
commitc17f93e6c0e6f9eb6f0a88e2334cd224bcc1c105 (patch)
tree66d10a5689d486697e9def76e80870331022d029 /Makefile
parenta5afa372033faee273f8e02f6c99db8c66de851c (diff)
Makefile: remove -buildmode=pie
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"