Skip to content

Commit

Permalink
iptfs: build: enable profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Mar 9, 2024
1 parent cee2132 commit a72761d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/xfrm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ obj-$(CONFIG_XFRM_INTERFACE) += xfrm_interface.o
obj-$(CONFIG_XFRM_IPTFS) += xfrm_iptfs.o
obj-$(CONFIG_XFRM_ESPINTCP) += espintcp.o
obj-$(CONFIG_DEBUG_INFO_BTF) += xfrm_state_bpf.o

CFLAGS_REMOVE_xfrm_iptfs.o = -g -O2
CFLAGS_xfrm_iptfs.o = -g3 -O1
GCOV_PROFILE_xfrm_iptfs.o := y

0 comments on commit a72761d

Please sign in to comment.