Changeset 114936a for src


Ignore:
Timestamp:
Apr 26, 2019, 4:05:12 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, 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

Location:
src
Files:
2 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
  • src/Makefile.in

    r8f194ee r114936a  
    15261526        @rm BasicTypes-gen
    15271527
     1528@WITH_LIBPROFILER_TRUE@ ___driver_cfa_cpp_LDADD += -lprofiler
     1529
     1530@WITH_LIBTCMALLOC_TRUE@ ___driver_cfa_cpp_LDADD += -ltcmalloc
     1531
    15281532# Tell versions [3.59,3.63) of GNU make to not export all variables.
    15291533# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.