Start of a structure.

This commit is contained in:
Ian Gulliver
2016-03-04 13:37:23 -08:00
parent 4435c6a634
commit e0462a61fe
4 changed files with 271 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
COMP ?= clang
DISABLED_WARNINGS ?=
DISABLED_WARNINGS ?= -Wno-padded
CFLAGS ?= -Weverything -Werror -O3 -g --std=gnu11 --pedantic-errors -fPIE -fstack-protector-strong -D_GNU_SOURCE $(DISABLED_WARNINGS)
LDFLAGS ?= $(CFLAGS) -Wl,-z,relro -Wl,-z,now -pie
LIBS ?=
OBJ = buf.o rand.o
OBJ = buf.o list.o rand.o
all: stutterfuzz