Remove -Wall from v8 build

pull/24503/head
isaacs 2012-02-27 13:55:23 -08:00
parent 412cebec9e
commit 50cfeef65e
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@
'cflags': [ '-I/usr/pkg/include' ],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
'cflags': [ '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
}],
],