Changeset View
Changeset View
Standalone View
Standalone View
support/xhpast/Makefile
| BISONFLAGS = --verbose -d -Wall | BISONFLAGS = --verbose -d -Wall | ||||
| CPPFLAGS = -fPIC -Wall | CPPFLAGS = -fPIC -Wall | ||||
| FLEXFLAGS = -C | FLEXFLAGS = -CFr | ||||
| ifdef DEBUG | ifdef DEBUG | ||||
| BISONFLAGS += --debug | BISONFLAGS += --debug | ||||
| CPPFLAGS += -ggdb -DDEBUG | CPPFLAGS += -ggdb -DDEBUG | ||||
| FLEXFLAGS += --debug | FLEXFLAGS += --debug | ||||
| else | else | ||||
| CPPFLAGS += -O3 -minline-all-stringops | CPPFLAGS += -O3 -minline-all-stringops | ||||
| endif | endif | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||