index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
3
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"