Changes in src/Makefile.in [93684eb:eb0951d0]
- File:
-
- 1 edited
-
src/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
r93684eb reb0951d0 447 447 driver_cfa_cpp_SOURCES = ${SRC} 448 448 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl # yywrap 449 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall - DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14449 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -Werror -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 -g -std=c++14 450 450 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 451 451 all: $(BUILT_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.