diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 16:28:27 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 16:28:27 -0400 |
| commit | b2e236d639f7809983a4edd0918121e54015a0f8 (patch) | |
| tree | 6287b2f7657a4ebffd28d4728d34d458b5a661e1 /Makefile | |
| parent | f34eead6e1e962aff8603104debd57b92fa2187d (diff) | |
remove support for GCC stack protector
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
