| Index: tools/gyp/configurations_make.gypi
|
| diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
|
| index edbe56eb08ece3bfd780167a9db8b9030e930246..8a73b91479d8efc0a0577af75132eb600ccac5ce 100644
|
| --- a/tools/gyp/configurations_make.gypi
|
| +++ b/tools/gyp/configurations_make.gypi
|
| @@ -33,17 +33,17 @@
|
| },
|
|
|
| 'Dart_ia32_Base': {
|
| - 'cflags': [ '-m32', ],
|
| + 'cflags': [ '-m32', '-msse2' ],
|
| 'ldflags': [ '-m32', ],
|
| },
|
|
|
| 'Dart_x64_Base': {
|
| - 'cflags': [ '-m64', ],
|
| + 'cflags': [ '-m64', '-msse2' ],
|
| 'ldflags': [ '-m64', ],
|
| },
|
|
|
| 'Dart_simarm_Base': {
|
| - 'cflags': [ '-O3', '-m32', ],
|
| + 'cflags': [ '-O3', '-m32', '-msse2' ],
|
| 'ldflags': [ '-m32', ],
|
| },
|
|
|
| @@ -57,7 +57,7 @@
|
| },
|
|
|
| 'Dart_simmips_Base': {
|
| - 'cflags': [ '-O3', '-m32', ],
|
| + 'cflags': [ '-O3', '-m32', '-msse2' ],
|
| 'ldflags': [ '-m32', ],
|
| },
|
|
|
|
|