Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r7c03d6d r44f44617  
    2929
    3030# applies to both programs
    31 DEBUG_FLAGS =
    32 
    33 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@
    34 if !BUILD_DEBUG
    35 BUILD_FLAGS += -nodebug
    36 else
    37 if !BUILD_RELEASE
    38 BUILD_FLAGS += -debug
    39 else
    40 BUILD_FLAGS += ${DEBUG_FLAGS}
    41 endif
    42 endif
    43 
     31EXTRA_FLAGS =
     32BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ ${EXTRA_FLAGS}
    4433TEST_FLAGS = $(if $(test), 2> .err/${@}.log, )
    4534AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS}
Note: See TracChangeset for help on using the changeset viewer.