Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: src/platform/vboot_reference/cryptolib/Makefile

Issue 1607006: VBoot Reference: Output debug information using debug() instead of fprintf(). (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/cryptolib/Makefile
diff --git a/src/platform/vboot_reference/cryptolib/Makefile b/src/platform/vboot_reference/cryptolib/Makefile
index 6fe364abea4a1bbc975e5eec35bad913d254d020..4c337eb640af3a0b6bbb5a78f1b1a83bbbe27051 100644
--- a/src/platform/vboot_reference/cryptolib/Makefile
+++ b/src/platform/vboot_reference/cryptolib/Makefile
@@ -5,7 +5,7 @@
TOP ?= ../
SRCS = rsa.c sha1.c sha2.c padding.c rsa_utility.c sha_utility.c
OBJS = $(SRCS:.c=.o)
-CFLAGS += -DUNROLL_LOOPS -DHAVE_ENDIAN_H -DHAVE_LITTLE_ENDIAN
+CFLAGS += -DUNROLL_LOOPS -DHAVE_ENDIAN_H -DHAVE_LITTLE_ENDIAN -DNDEBUG
INCLUDES += -I./include/ -I$(TOP)/common/include/
all: libcrypto.a
« no previous file with comments | « src/platform/vboot_reference/common/rollback_index.c ('k') | src/platform/vboot_reference/misclibs/file_keys.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698