From 058ceda6a0e955539d4439fc8fcf53ebf2787331 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 22 Nov 2013 14:08:10 +0100 Subject: Added more performance measurement infrastructure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3551723fd..06466fda5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: top-all CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -D_YOSYS_ -fPIC LDFLAGS = -rdynamic -LDLIBS = -lstdc++ -lreadline -lm -ldl +LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt QMAKE = qmake-qt4 YOSYS_VER := 0.0.x @@ -155,7 +155,7 @@ config-release: clean echo 'CONFIG := release' > Makefile.conf config-gprof: clean - echo 'CONFIG := release' > Makefile.conf + echo 'CONFIG := gcc-debug' > Makefile.conf echo 'ENABLE_GPROF := 1' >> Makefile.conf config-sudo: -- cgit v1.2.3