aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05b4a83..eaaa6cd 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# the License.
CPPFLAGS = -D_GNU_SOURCE
-CFLAGS = -O2 -flto -Wall -Werror=format-security -fvisibility=hidden -fpic -pthread
+CFLAGS = -O2 -flto -Wall -Werror=format-security -fstack-protector-strong -fvisibility=hidden -fpic -pthread
LDFLAGS = -Wl,-O2 -flto -Wl,-z,relro -Wl,-z,now -fpic -pthread -shared -s
LDLIBS = -lX11 -ldl