Home
last modified time | relevance | path

Searched refs:ENABLE_ASSERTIONS (Results 1 – 5 of 5) sorted by relevance

/hafnium-2.8-rc0/
A DMakefile12 ENABLE_ASSERTIONS ?= 1 macro
16 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) $@
/hafnium-2.8-rc0/inc/hf/
A Dassert.h19 #if ENABLE_ASSERTIONS
/hafnium-2.8-rc0/kokoro/
A Dbuild.sh116 make PROJECT=reference ENABLE_ASSERTIONS=0
132 make PROJECT=reference ENABLE_ASSERTIONS=1
/hafnium-2.8-rc0/build/
A DBUILD.gn66 "ENABLE_ASSERTIONS=${enable_assertions}",
/hafnium-2.8-rc0/docs/
A DGettingStarted.md52 The presence of assertions in the final build can be set using the `ENABLE_ASSERTIONS`
56 make ENABLE_ASSERTIONS=<true|false>

Completed in 6 milliseconds