Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
14e2ab9
for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/28/15 12:50:12 (
9 years
ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
97550d2
Parents:
a736d81
git-author:
Hal Finkel <hfinkel@…> (05/28/15 12:50:12)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 12:50:12)
Message:
rm support for libunwind; only using backtrace() now
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r0a0ef57
r14e2ab9
2
2
CFLAGS = -O3 -g
3
3
4
UNW_HOME = ${HOME}/install/libunwind
5
CPPFLAGS = -I$(UNW_HOME)/include
6
LDFLAGS = -L$(UNW_HOME)/lib64 -Wl,-rpath,$(UNW_HOME)/lib64 -lunwind -lpthread -ldl
4
CPPFLAGS =
5
LDFLAGS = -lpthread -ldl
7
6
8
7
all: memlog.so memlog.a
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive