aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-11-22 14:08:10 +0100
committerClifford Wolf <clifford@clifford.at>2013-11-22 14:08:10 +0100
commit058ceda6a0e955539d4439fc8fcf53ebf2787331 (patch)
treed5559d3adc66d2198ed47c8563681bd0b192c33d /Makefile
parente4429c480ea224ab9b5b0a98dbf5d9661a291b11 (diff)
downloadyosys-058ceda6a0e955539d4439fc8fcf53ebf2787331.tar.gz
yosys-058ceda6a0e955539d4439fc8fcf53ebf2787331.tar.bz2
yosys-058ceda6a0e955539d4439fc8fcf53ebf2787331.zip
Added more performance measurement infrastructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: