Skip to content

Commit

Permalink
Disable USE_PERF_JITEVENTS on non Linux systems
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Nov 2, 2020
1 parent ed5fd93 commit a88c563
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ endif
USE_OPROFILE_JITEVENTS ?= 0

# Set to 1 to enable profiling with perf
ifeq (Linux,$(OS))
USE_PERF_JITEVENTS ?= 1
else
USE_PERF_JITEVENTS ?= 0
endif


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

0 comments on commit a88c563

Please sign in to comment.