We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fcceb commit 6ac25b2Copy full SHA for 6ac25b2
2 files changed
Makefile
@@ -113,8 +113,6 @@ BINARIES = \
113
114
LANGUAGES = $(basename $(notdir $(wildcard misc/po/*.po)))
115
116
-CFLAGS = -W -Wall -fPIC -fstack-protector-all -z relro -z noexecstack -z now -pie
117
-
118
all: build
119
120
prepare:
debian/rules
@@ -5,6 +5,8 @@ include /usr/share/dpkg/architecture.mk
5
export GOCACHE = /tmp/gocache
6
export GOPATH = /usr/share/gocode
7
export GO111MODULE=off
8
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9
+export CFLAGS = -W -Wall -fPIC -fstack-protector-all -z relro -z noexecstack -z now -pie
10
11
SYSTYPE=Desktop
12
SYSTYPE=$(shell cat /etc/deepin-version | grep Type= | awk -F'=' '{print $$2}')
0 commit comments