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

Unified Diff: src/platform/vboot_reference/Makefile

Issue 665009: Add a README and turn-on optimizations. (Closed)
Patch Set: Created 10 years, 10 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
« no previous file with comments | « no previous file | src/platform/vboot_reference/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 4f761135e9e9e3df653d095bf7daf3a94fca583d..109549db4f4f93a7bdc3f071e2cdc550c4ce526e 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/Makefile
@@ -3,7 +3,7 @@
# found in the LICENSE file.
export CC ?= gcc
-export CFLAGS = -Wall -ansi -DNDEBUG
+export CFLAGS = -Wall -ansi -DNDEBUG -O3
export TOP = $(shell pwd)
export INCLUDEDIR = $(TOP)/include
export INCLUDES = -I$(INCLUDEDIR)
« no previous file with comments | « no previous file | src/platform/vboot_reference/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698