From 86a0373159dcc36825c9a6e7660a238e707250de Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 14 Mar 2014 12:29:17 -0700 Subject: [PATCH] superenv: filter -fno-check-new Fixes Homebrew/homebrew#27415. --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 8c2549a118..5fb9433b21 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -120,7 +120,7 @@ class Cmd /^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp', '-pedantic', '-pedantic-errors' when '-fopenmp', '-lgomp', '-mno-fused-madd', '-fforce-addr', - '-fno-defer-pop' + '-fno-defer-pop', '-fno-check-new' # clang doesn't support these flags args << arg if not tool =~ /^clang/ when /^-W.*/