Changeset 114936a for src/Makefile.am


Ignore:
Timestamp:
Apr 26, 2019, 4:05:12 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3fcbdca1
Parents:
8f194ee
Message:

google perftools are now linked in by default if available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r8f194ee r114936a  
    5656___driver_cfa_cpp_LDADD = -ldl                  # yywrap
    5757
     58if WITH_LIBPROFILER
     59        ___driver_cfa_cpp_LDADD += -lprofiler
     60endif
     61
     62if WITH_LIBTCMALLOC
     63        ___driver_cfa_cpp_LDADD += -ltcmalloc
     64endif
     65
    5866AM_CXXFLAGS = @HOST_FLAGS@ -Wno-deprecated -Wall -Wextra -DDEBUG_ALL -I./Parser -I$(srcdir)/Parser -I$(srcdir)/include -DYY_NO_INPUT -O2 -g -std=c++14
    5967AM_LDFLAGS  = @HOST_FLAGS@ -Xlinker -export-dynamic
Note: See TracChangeset for help on using the changeset viewer.