Skip to content

Commit 2d6a076

Browse files
committed
Patches floating on v8
1 parent c0c4e00 commit 2d6a076

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

deps/v8/SConstruct

+1-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ V8_EXTRA_FLAGS = {
288288
'gcc': {
289289
'all': {
290290
'WARNINGFLAGS': ['-Wall',
291-
'-Werror',
292291
'-W',
293292
'-Wno-unused-parameter',
294293
'-Wnon-virtual-dtor']
@@ -382,7 +381,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
382381
DTOA_EXTRA_FLAGS = {
383382
'gcc': {
384383
'all': {
385-
'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
384+
'WARNINGFLAGS': ['-Wno-uninitialized'],
386385
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
387386
}
388387
},

deps/v8/tools/gyp/v8.gyp

+7
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,13 @@
641641
],
642642
}
643643
],
644+
['OS=="solaris"', {
645+
'sources': [
646+
'../../src/platform-solaris.cc',
647+
'../../src/platform-posix.cc'
648+
],
649+
}
650+
],
644651
['OS=="mac"', {
645652
'sources': [
646653
'../../src/platform-macos.cc',

0 commit comments

Comments
 (0)