From caad71e8a60d0b36e15430b7ff94f98618a2652a Mon Sep 17 00:00:00 2001 From: Andrea Shepard <andrea@special-circumstanc.es> Date: Fri, 10 Jan 2020 20:32:46 +0000 Subject: [PATCH] Profiled build doesn't actually need to link gcov --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 2dd7f569..fd1a7e3e 100644 --- a/SConstruct +++ b/SConstruct @@ -140,7 +140,6 @@ if GetOption('gprof'): env.Append(CCFLAGS=['-pg'], LDFLAGS=['-pg'], LINKFLAGS=['-pg']) - env.Append(LIBS=['gcov']) env['GPROF'] = 1 else: print("Can only use gprof with gcc") -- GitLab