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

Unified Diff: build/internal/release_impl_official.scons

Issue 13231: Remove DCHECKS from official builds.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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: build/internal/release_impl_official.scons
===================================================================
--- build/internal/release_impl_official.scons (revision 6392)
+++ build/internal/release_impl_official.scons (working copy)
@@ -28,6 +28,9 @@
'/GT', # VCCLCompilerTool.EnableFiberSafeOptimizations="true"
'/GL', # VCCLCompilerTool.WholeProgramOptimization="true"
],
+ CPPDEFINES = [
+ 'OFFICIAL_BUILD',
sgk 2008/12/11 21:54:39 Nit: Google Python style is to indent this four s
+ ],
LINKFLAGS = [
'/LTCG', # VCLinkerTool.LinkTimeCodeGeneration="1"
],

Powered by Google App Engine
This is Rietveld 408576698