Skip to content

Commit fdbc86e

Browse files
committed
default to USE_PERF_JITEVENTS=1
1 parent 840e2fc commit fdbc86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif
8282
USE_OPROFILE_JITEVENTS ?= 0
8383

8484
# Set to 1 to enable profiling with perf
85-
USE_PERF_JITEVENTS ?= 0
85+
USE_PERF_JITEVENTS ?= 1
8686

8787
# assume we don't have LIBSSP support in our compiler, will enable later if likely true
8888
HAVE_SSP := 0

0 commit comments

Comments
 (0)