From 29bc6dd55943b2825d4927c4398777e5f5d58259 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 8 Nov 2016 00:29:24 +1300 Subject: [PATCH] compile with -pg for uftrace --- local.mak.example.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.mak.example.x86_64 b/local.mak.example.x86_64 index 249e162..97c1c49 100644 --- a/local.mak.example.x86_64 +++ b/local.mak.example.x86_64 @@ -1,4 +1,4 @@ -DEV_CFLAGS = -ggdb -Ofast -fno-inline +DEV_CFLAGS = -ggdb -Ofast -fno-inline -pg ARCH_CFLAGS = -fPIC -DPIC -m64 -D_FILE_OFFSET_BITS=64 #recur-nn.o works better with -fprefetch-loop-arrays