mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
test/fuzz: Build with -O2 by default
Fuzzers should run fast by default, since the goal is to try many variations of input data.
This commit is contained in:
parent
911da26f96
commit
5514d8eb63
@ -38,7 +38,7 @@ endif
|
|||||||
|
|
||||||
LDFLAGS=-lm
|
LDFLAGS=-lm
|
||||||
# use 'make D=-DUSER_DEFINE' to pass a user define to gcc
|
# use 'make D=-DUSER_DEFINE' to pass a user define to gcc
|
||||||
CFLAGS=-O0 $(D)
|
CFLAGS=-O2 $(D)
|
||||||
|
|
||||||
LWIPDIR=../../src
|
LWIPDIR=../../src
|
||||||
CONTRIBDIR=../../contrib
|
CONTRIBDIR=../../contrib
|
||||||
|
Loading…
Reference in New Issue
Block a user