Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index d73112719eee7d239a9717d09f9bf34ab83cb82e..7a82b32e701d81b7a344f5bd5138df83ff488fc3 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -5,6 +5,10 @@ |
| export CC ?= gcc |
| export CXX ?= g++ |
| export CFLAGS = -Wall -DNDEBUG -O3 -Werror -DCHROMEOS_ENVIRONMENT |
| + |
| +# Add -DVBOOT_DEBUG to CFLAGS to turn on debug output |
| +# export CFLAGS += -DVBOOT_DEBUG |
| + |
| export TOP = $(shell pwd) |
| export FWDIR=$(TOP)/firmware |
| export HOSTDIR=$(TOP)/host |