Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compile

Issue 29613611: Noissue - fix debug build (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: Created Nov. 21, 2017, 12:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiled/intrusive_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compile
diff --git a/compile b/compile
index 0a077ea6d05c9c153c418055767299e12cd2d454..1ee58589f8f91034e0a80ad8c436e865b9d1a0b6 100755
--- a/compile
+++ b/compile
@@ -98,6 +98,7 @@ def run_compiler(env, debug=False, tracing=False):
for key, value in GENERATION_PARAMS.iteritems():
params.extend(['-s', '{}={}'.format(key, str(value))])
if debug:
+ params.append('-DDEBUG')
params.append('-g3')
if tracing:
params.append('--tracing')
« no previous file with comments | « no previous file | compiled/intrusive_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld