Skip to content

Commit

Permalink
Makefile: remove -buildmode=pie
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Jan 30, 2017
1 parent a5afa37 commit c17f93e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c17f93e

Please sign in to comment.