Changeset 4782b39 for src/tests/Makefile.in
- Timestamp:
- Dec 14, 2016, 11:04:22 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 74e5a3aa
- Parents:
- cc640aad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
rcc640aad r4782b39 123 123 CFA_LIBDIR = @CFA_LIBDIR@ 124 124 CFA_PREFIX = @CFA_PREFIX@ 125 126 # applies to both programs 127 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2 125 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS} 128 126 CPP = @CPP@ 129 127 CPPFLAGS = @CPPFLAGS@ … … 224 222 top_srcdir = @top_srcdir@ 225 223 debug = yes 224 225 # applies to both programs 226 EXTRA_FLAGS = 226 227 fstream_test_SOURCES = fstream_test.c 227 228 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c
Note: See TracChangeset
for help on using the changeset viewer.