Compile with -fstack-protector-all
This commit is contained in:
parent
de2f0d55e1
commit
47b7537edc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ TESTDIR = test
|
|||
TESTBIN = $(TESTDIR)/runner
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -I$(INCDIR) -Wall -Wextra -pedantic
|
||||
CFLAGS = -fstack-protector-all -I$(INCDIR) -Wall -Wextra -pedantic
|
||||
|
||||
test:
|
||||
$(CC) $(CFLAGS) $(SRCDIR)/isinetaddr.c $(TESTDIR)/isinetaddr_test.c -o $(TESTBIN)
|
||||
|
|
Loading…
Reference in a new issue