|
|
@@ -1,7 +1,28 @@
|
|
|
Index: SConstruct
|
|
|
---- SConstruct.orig 2010-09-04 20:47:40.000000000 +0200
|
|
|
-+++ SConstruct 2010-09-04 22:47:20.000000000 +0200
|
|
|
-@@ -603,14 +603,14 @@
|
|
|
+--- SConstruct.orig 2011-09-07 18:06:10.000000000 +0200
|
|
|
++++ SConstruct 2011-11-12 08:15:38.000000000 +0100
|
|
|
+@@ -287,10 +287,7 @@
|
|
|
+ V8_EXTRA_FLAGS = {
|
|
|
+ 'gcc': {
|
|
|
+ 'all': {
|
|
|
+- 'WARNINGFLAGS': ['-Wall',
|
|
|
+- '-Werror',
|
|
|
+- '-W',
|
|
|
+- '-Wno-unused-parameter',
|
|
|
++ 'WARNINGFLAGS': ['-Wno-unused-parameter',
|
|
|
+ '-Wnon-virtual-dtor']
|
|
|
+ },
|
|
|
+ 'os:win32': {
|
|
|
+@@ -382,7 +379,7 @@
|
|
|
+ DTOA_EXTRA_FLAGS = {
|
|
|
+ 'gcc': {
|
|
|
+ 'all': {
|
|
|
+- 'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
|
|
|
++ 'WARNINGFLAGS': ['-Wno-uninitialized'],
|
|
|
+ 'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
|
|
|
+ }
|
|
|
+ },
|
|
|
+@@ -806,14 +803,14 @@
|
|
|
'LIBS': ['pthread'],
|
|
|
},
|
|
|
'os:freebsd': {
|
|
|
@@ -16,5 +37,5 @@ Index: SConstruct
|
|
|
- 'LIBS': ['pthread'],
|
|
|
+ 'LIBS': ['execinfo', 'pthread']
|
|
|
},
|
|
|
- 'os:android': {
|
|
|
- 'LIBPATH': [ANDROID_TOP + '/out/target/product/generic/obj/lib',
|
|
|
+ 'os:win32': {
|
|
|
+ 'LIBS': ['winmm', 'ws2_32'],
|