Home
last modified time | relevance | path

Searched refs:DEBUG_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/
Drun-tests.py129 DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination", variable
137 "flags": DEBUG_FLAGS,
144 "flags": DEBUG_FLAGS,
/external/vboot_reference/
DMakefile122 DEBUG_FLAGS := $(if ${DEBUG},-g -O0,-Os) macro
125 -Werror -Wall -Wstrict-prototypes ${DEBUG_FLAGS}
148 CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror ${DEBUG_FLAGS}