Changeset 14e2ab9 for Makefile


Ignore:
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

Legend:

Unmodified
Added
Removed
  • Makefile

    r0a0ef57 r14e2ab9  
    22CFLAGS = -O3 -g 
    33 
    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 
     4CPPFLAGS = 
     5LDFLAGS = -lpthread -ldl 
    76 
    87all: memlog.so memlog.a 
Note: See TracChangeset for help on using the changeset viewer.