Changeset 114936a for src/Makefile.am
- Timestamp:
- Apr 26, 2019, 4:05:12 PM (4 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r8f194ee r114936a 56 56 ___driver_cfa_cpp_LDADD = -ldl # yywrap 57 57 58 if WITH_LIBPROFILER 59 ___driver_cfa_cpp_LDADD += -lprofiler 60 endif 61 62 if WITH_LIBTCMALLOC 63 ___driver_cfa_cpp_LDADD += -ltcmalloc 64 endif 65 58 66 AM_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 59 67 AM_LDFLAGS = @HOST_FLAGS@ -Xlinker -export-dynamic
Note: See TracChangeset
for help on using the changeset viewer.