Changes in src/tests/Makefile.am [b5f9829:44f44617]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rb5f9829 r44f44617 29 29 30 30 # applies to both programs 31 DEBUG_FLAGS = 32 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ 33 if !BUILD_DEBUG 34 BUILD_FLAGS += -nodebug 35 else 36 if !BUILD_RELEASE 37 BUILD_FLAGS += -debug 38 else 39 BUILD_FLAGS += ${BUILD_FLAGS} 40 endif 41 endif 42 31 EXTRA_FLAGS = 32 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ ${EXTRA_FLAGS} 43 33 TEST_FLAGS = $(if $(test), 2> .err/${@}.log, ) 44 34 AM_CFLAGS = ${TEST_FLAGS} ${BUILD_FLAGS}
Note:
See TracChangeset
for help on using the changeset viewer.