Skip to content

Commit 0763cde

Browse files
committed
enable -O2 by default. Ref #711 #721.
1 parent 131f3b8 commit 0763cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)