Changes in src/tests/Makefile.in [d9b499c:6e4b913]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
rd9b499c r6e4b913 114 114 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 115 115 CFA_BINDIR = @CFA_BINDIR@ 116 CFA_FLAGS = @CFA_FLAGS@ 116 117 CFA_INCDIR = @CFA_INCDIR@ 117 118 CFA_LIBDIR = @CFA_LIBDIR@ … … 119 120 120 121 # applies to both programs 121 CFLAGS = -g -Wall -Wno-unused-function # TEMPORARY: does not build with -O2122 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2 122 123 CPP = @CPP@ 123 124 CPPFLAGS = @CPPFLAGS@
Note:
See TracChangeset
for help on using the changeset viewer.