summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-15 16:28:27 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-15 16:28:27 -0400
commitb2e236d639f7809983a4edd0918121e54015a0f8 (patch)
tree6287b2f7657a4ebffd28d4728d34d458b5a661e1 /Makefile
parentf34eead6e1e962aff8603104debd57b92fa2187d (diff)
remove support for GCC stack protector
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a479b5b4..c7495ef9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
AR=ar
ARFLAGS=rU
-BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -fno-builtin -Iinclude -Isrc
+BASE_CFLAGS=-g -Wall -Wextra -Werror -nostdinc -fno-builtin -fno-stack-protector -Iinclude -Isrc
OBJDIR=obj
SRCDIR=src