Skip to content

Commit 5961e20

Browse files
committed
enable -O2 by default. Ref F-Stack#711 F-Stack#721.
1 parent b7fd251 commit 5961e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828

2929
HOST_OS:=$(shell uname -s)
3030

31-
DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
31+
#DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation
3232

3333
# No DPDK KNI support on FreeBSD
3434
ifneq ($(TGT_OS),FreeBSD)

0 commit comments

Comments
 (0)