enable -O2 by default. Ref #711 #721.

This commit is contained in:
fengbojiang 2022-12-30 19:59:23 +08:00
parent 131f3b81b7
commit 0763cdeb7f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ endif
HOST_OS:=$(shell uname -s)
DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
#DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
# No DPDK KNI support on FreeBSD
ifneq ($(TGT_OS),FreeBSD)