diff options
author | test4973 <Kdo4973@hotmail.com> | 2018-03-21 14:14:13 (GMT) |
---|---|---|
committer | test4973 <Kdo4973@hotmail.com> | 2018-03-21 14:14:13 (GMT) |
commit | c3f0ed28ffa66fd7e28ec3b6dbbe95eb0974bfef (patch) | |
tree | a306e9fb80936c91b22938e7cac2d0ed21ef7a86 /tests/Makefile | |
parent | 20e969e5793aa6773593df8768d068a1ae13f746 (diff) | |
download | lz4-c3f0ed28ffa66fd7e28ec3b6dbbe95eb0974bfef.zip lz4-c3f0ed28ffa66fd7e28ec3b6dbbe95eb0974bfef.tar.gz lz4-c3f0ed28ffa66fd7e28ec3b6dbbe95eb0974bfef.tar.bz2 |
added low address fuzzer tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index ddc0d2e..34b8b24 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -35,7 +35,8 @@ PRGDIR := ../programs TESTDIR := versionsTest PYTHON ?= python3 -DEBUGFLAGS = -g -DLZ4_DEBUG=1 +DEBUGLEVEL?= 1 +DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL) CFLAGS ?= -O3 # can select custom optimization flags. For example : CFLAGS=-O2 make CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow \ -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes \ |