projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4a641
)
Improved make rules for profiling and debugging
author
Clifford Wolf
<clifford@clifford.at>
Fri, 22 Nov 2013 03:05:30 +0000
(
04:05
+0100)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 22 Nov 2013 03:05:30 +0000
(
04:05
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f4f4678501ca227a0fe31905c8450687e6ecd4b3..3551723fd6f3c6e9ea9880059e281b468c08db6c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,12
+34,12
@@
ABCPULL = 1
ifeq ($(CONFIG),clang-debug)
CXX = clang
-CXXFLAGS += -std=c++11 -O
0
+CXXFLAGS += -std=c++11 -O
s
endif
ifeq ($(CONFIG),gcc-debug)
CXX = gcc
-CXXFLAGS += -std=gnu++0x -O
0
+CXXFLAGS += -std=gnu++0x -O
s
endif
ifeq ($(CONFIG),release)
@@
-53,7
+53,7
@@
LDLIBS += -ltcl8.5
endif
ifeq ($(ENABLE_GPROF),1)
-CXXFLAGS += -pg
+CXXFLAGS += -pg
-fno-inline
LDFLAGS += -pg
endif