diff options
| author | hexcoder- <heiko@hexco.de> | 2020-03-28 09:31:30 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-03-28 09:31:30 +0100 |
| commit | 4ad885001a0d05657562e2d89a6bbe60dae45fe0 (patch) | |
| tree | 5ec002b1390c85d60e9c581cd5be8ca0cb4df7bd /libtokencap | |
| parent | a0dec909e76f492a7958050f101eebef1a998a44 (diff) | |
| download | afl++-4ad885001a0d05657562e2d89a6bbe60dae45fe0.tar.gz | |
making 'CFLAGS="-m32" make source-only tests' work
Diffstat (limited to 'libtokencap')
| -rw-r--r-- | libtokencap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile index 4889479b..5fcd7731 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -21,7 +21,7 @@ MAN_PATH ?= $(PREFIX)/man/man8 VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2) CFLAGS ?= -O3 -funroll-loops -CFLAGS += -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign +override CFLAGS += -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign ifeq "$(shell uname)" "Linux" TARGETS = libtokencap.so |
