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

Unified Diff: build/config/BUILD.gn

Issue 475153002: gn: Add missing NDEBUG define in Release (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maybe fix android? Created 6 years, 3 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 | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 8fa209529763ead408a25539adc12c8704cb8cea..41b3140aa89e130fbaf9da335b8edabb374f965f 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -210,6 +210,9 @@ config("debug") {
}
config("release") {
+ defines = [
+ "NDEBUG",
+ ]
}
# Default libraries ------------------------------------------------------------
« no previous file with comments | « no previous file | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698