Searched refs:ENABLE_ASSERTIONS (Results 1 – 6 of 6) sorted by relevance
12 ENABLE_ASSERTIONS ?= 1 macro21 ifeq ($(filter $(ENABLE_ASSERTIONS), 1 0),)22 $(error invalid value for ENABLE_ASSERTIONS, should be 1 or 0)38 ENABLE_ASSERTIONS=$(ENABLE_ASSERTIONS) $@43 ENABLE_ASSERTIONS=$(ENABLE_ASSERTIONS) $@
99 make PROJECT=reference ENABLE_ASSERTIONS=0115 make PROJECT=reference ENABLE_ASSERTIONS=1
27 if (!ENABLE_ASSERTIONS) { in assert_impl()
53 The presence of assertions in the final build can be set using the `ENABLE_ASSERTIONS`58 make ENABLE_ASSERTIONS=<true|false>
75 "ENABLE_ASSERTIONS=${enable_assertions}",
48 The presence of assertions in the final build can be set using the `ENABLE_ASSERTIONS`52 make ENABLE_ASSERTIONS=<true|false>
Completed in 7 milliseconds