We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c4e00 commit 2d6a076Copy full SHA for 2d6a076
deps/v8/SConstruct
@@ -288,7 +288,6 @@ V8_EXTRA_FLAGS = {
288
'gcc': {
289
'all': {
290
'WARNINGFLAGS': ['-Wall',
291
- '-Werror',
292
'-W',
293
'-Wno-unused-parameter',
294
'-Wnon-virtual-dtor']
@@ -382,7 +381,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
382
381
DTOA_EXTRA_FLAGS = {
383
384
385
- 'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
+ 'WARNINGFLAGS': ['-Wno-uninitialized'],
386
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
387
}
388
},
deps/v8/tools/gyp/v8.gyp
@@ -641,6 +641,13 @@
641
],
642
643
644
+ ['OS=="solaris"', {
645
+ 'sources': [
646
+ '../../src/platform-solaris.cc',
647
+ '../../src/platform-posix.cc'
648
+ ],
649
+ }
650
651
['OS=="mac"', {
652
'sources': [
653
'../../src/platform-macos.cc',
0 commit comments