Changeset 24eb51ed for src/Makefile.in


Ignore:
Timestamp:
Oct 27, 2016, 4:15:35 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
d93d980
Parents:
47a8d17
Message:

modified compile flags to be clang complient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r47a8d17 r24eb51ed  
    418418driver_cfa_cpp_SOURCES = ${SRC}
    419419driver_cfa_cpp_LDADD = ${LEXLIB} -ldl                   # yywrap
    420 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -rdynamic -I${abs_top_srcdir}/src/include
     420driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -Xlinker -export-dynamic -I${abs_top_srcdir}/src/include
    421421all: $(BUILT_SOURCES)
    422422        $(MAKE) $(AM_MAKEFLAGS) all-am
Note: See TracChangeset for help on using the changeset viewer.