mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +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
|
||||
# use 'make D=-DUSER_DEFINE' to pass a user define to gcc
|
||||
CFLAGS=-O0 $(D)
|
||||
CFLAGS=-O2 $(D)
|
||||
|
||||
LWIPDIR=../../src
|
||||
CONTRIBDIR=../../contrib
|
||||
|
Loading…
Reference in New Issue
Block a user