From 49b44d8238f0c109126dde47c4fc8a9e10f961de Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 21 Oct 2014 22:01:43 +0100 Subject: [PATCH] Ensure compilation on RHEL/Centos 6 gcc --- binding.gyp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/binding.gyp b/binding.gyp index 75f63c08..207d1fb9 100755 --- a/binding.gyp +++ b/binding.gyp @@ -22,9 +22,7 @@ '-std=c++0x', '-fexceptions', '-Wall', - '-Ofast', - '-flto', - '-funroll-loops' + '-O3' ], 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS': [