Sfoglia il codice sorgente

Makefile: remove -buildmode=pie

Unknwon 7 anni fa
parent
commit
c17f93e6c0
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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"