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 Aug 8, 2024
1 parent a4df36c commit 5e36c6f
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 @@ -24,3 +24,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 5e36c6f

Please sign in to comment.