Changeset 34d62a7 for tests/Makefile.am


Ignore:
Timestamp:
Mar 15, 2021, 2:22:39 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9528767
Parents:
79e23836 (diff), e5e5af9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r79e23836 r34d62a7  
    2626archiveerrors=
    2727
    28 DEBUG_FLAGS=-debug -O0
     28DEBUG_FLAGS=-debug -g -O0
    2929
    3030quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
     
    4444        -Wall \
    4545        -Wno-unused-function \
     46        -Wno-psabi \
    4647        -quiet @CFA_FLAGS@
    4748
Note: See TracChangeset for help on using the changeset viewer.