Searched refs:ENABLE_ASSERTIONS (Results 1 – 5 of 5) sorted by relevance
12 ENABLE_ASSERTIONS ?= 1 macro16 ifeq ($(filter $(ENABLE_ASSERTIONS), 1 0),)17 $(error invalid value for ENABLE_ASSERTIONS, should be 1 or 0)33 ENABLE_ASSERTIONS=$(ENABLE_ASSERTIONS) $@38 ENABLE_ASSERTIONS=$(ENABLE_ASSERTIONS) $@
19 #if ENABLE_ASSERTIONS
116 make PROJECT=reference ENABLE_ASSERTIONS=0132 make PROJECT=reference ENABLE_ASSERTIONS=1
66 "ENABLE_ASSERTIONS=${enable_assertions}",
52 The presence of assertions in the final build can be set using the `ENABLE_ASSERTIONS`56 make ENABLE_ASSERTIONS=<true|false>
Completed in 5 milliseconds