Changeset 36fbaeca for tests/Makefile.am


Ignore:
Timestamp:
Mar 15, 2021, 1:00:17 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
05d02c6
Parents:
9e27f69
Message:

minor fixes to includes.cfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r9e27f69 r36fbaeca  
    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.