diff --git a/src/Makefile b/src/Makefile index f678e43..2af2432 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,7 @@ endif PROFILE ?= 0 ifeq ($(PROFILE), 1) - PROFFLAG=-pg + PROFFLAG=-pg -fno-inline-functions else PROFFLAG= endif