Changeset 8ff178d


Ignore:
Timestamp:
May 17, 2019, 12:07:49 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:
77bfc80
Parents:
246c245
Message:

Driver now correctly includes src/include for our cassert variants

Location:
driver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • driver/Makefile.am

    r246c245 r8ff178d  
    1919
    2020# applies to both programs
    21 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
     21AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
    2222
    2323# don't install cfa directly
  • driver/Makefile.in

    r246c245 r8ff178d  
    334334
    335335# applies to both programs
    336 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src
     336AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
    337337cfa_SOURCES = cfa.cc
    338338
Note: See TracChangeset for help on using the changeset viewer.