Changeset 850aff1 for tools/prettyprinter/Makefile.am
- Timestamp:
- Feb 9, 2022, 3:51:38 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- a986807
- Parents:
- a554e5f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/prettyprinter/Makefile.am
ra554e5f4 r850aff1 32 32 nodist_pretty_SOURCES = ${SRC} 33 33 pretty_LDADD = ${LEXLIB} -ldl # yywrap 34 pretty_CXXFLAGS = -Wno-deprecated -Wall - DYY_NO_INPUT -O2 -g -std=c++1434 pretty_CXXFLAGS = -Wno-deprecated -Wall -Wextra -Werror=return-type -DYY_NO_INPUT -O2 -g -std=c++14 35 35 36 36 MOSTLYCLEANFILES = parser.output
Note: See TracChangeset
for help on using the changeset viewer.