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

Unified Diff: common.gypi

Issue 5326829724368896: 1521 - libadblockplus is not compilable on linux x64 (Closed)
Patch Set: '1521 - libadblockplus is not compilable on linux x64' Created Jan. 14, 2015, 3:14 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.gypi
===================================================================
--- a/common.gypi
+++ b/common.gypi
@@ -12,10 +12,10 @@
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
or OS=="netbsd" or OS=="android"', {
'target_defaults': {
- 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter',
paco 2015/01/14 15:15:58 Since we're using `-Wall` the other flags are not
Wladimir Palant 2015/01/22 15:29:21 -W is not implied by -Wall (see http://gcc.gnu.org
Felix Dahlke 2015/02/02 14:12:37 Are these changes really necessary to fix the buil
- '-Wnon-virtual-dtor', '-pthread', '-fno-rtti',
- '-pedantic', '-std=c++0x', '-fexceptions', ],
+ 'cflags': [ '-Wall', '-pthread', '-fno-rtti', '-pedantic',
+ '-std=c++0x', '-fexceptions', ],
sergei 2015/01/22 14:14:14 previously there were spaces.
'ldflags': [ '-pthread', ],
+ 'cflags!': [ '-Werror', ],
paco 2015/01/14 15:15:58 We're gonna see the errors but we're not treating
Felix Dahlke 2015/02/02 14:12:37 I think it'd make sense to move this right below c
},
}],
['OS=="mac"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld