Browse Source

Makefile: remove -buildmode=pie

Unknwon 7 years ago
parent
commit
c17f93e6c0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Makefile

+ 0 - 3
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"