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