Makefile: remove -buildmode=pie

master
Unknwon 2017-01-30 15:28:42 -05:00
parent a5afa37203
commit c17f93e6c0
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
1 changed files with 0 additions and 3 deletions

View File

@ -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"