Home
last modified time | relevance | path

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

/hafnium/
A DMakefile12 ENABLE_ASSERTIONS ?= 1 macro
21 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) $@
/hafnium/kokoro/
A Dbuild.sh99 make PROJECT=reference ENABLE_ASSERTIONS=0
115 make PROJECT=reference ENABLE_ASSERTIONS=1
/hafnium/inc/hf/
A Dassert.h27 if (!ENABLE_ASSERTIONS) { in assert_impl()
/hafnium/docs/getting_started/
A Dbuilding.rst53 The presence of assertions in the final build can be set using the `ENABLE_ASSERTIONS`
58 make ENABLE_ASSERTIONS=<true|false>
/hafnium/build/
A DBUILD.gn75 "ENABLE_ASSERTIONS=${enable_assertions}",
/hafnium/docs/hypervisor/
A DGetStarted.md48 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