Skip to content

Commit 6bb9868

Browse files
committed
Reapply patches floating on V8
1 parent 6ed5ef5 commit 6bb9868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/v8/build/common.gypi

+1-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
'cflags': [ '-I/usr/pkg/include' ],
315315
}],
316316
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
317-
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
317+
'cflags': [ '-Wno-unused-parameter',
318318
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
319319
}],
320320
],
@@ -361,7 +361,6 @@
361361
}], # OS=="mac"
362362
['OS=="win"', {
363363
'msvs_configuration_attributes': {
364-
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
365364
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
366365
'CharacterSet': '1',
367366
},

0 commit comments

Comments
 (0)