Ver código fonte

Makefile: remove -buildmode=pie

Unknwon 8 anos atrás
pai
commit
c17f93e6c0
1 arquivos alterados com 0 adições e 3 exclusões
  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"