Changeset 4782b39 for src/tests/Makefile.am
- Timestamp:
- Dec 14, 2016, 11:04:22 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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, resolv-new, with_gc
- Children:
- 74e5a3aa
- Parents:
- cc640aad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rcc640aad r4782b39 18 18 19 19 # applies to both programs 20 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2 20 EXTRA_FLAGS = 21 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS} 21 22 CC = @CFA_BINDIR@/cfa 22 23
Note: See TracChangeset
for help on using the changeset viewer.