From bc90e2a47de98085d952d889ab673d1227a29a98 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 10 Oct 2011 17:36:59 +0000 Subject: [PATCH] Remove -Wglobal-constructors from flags. This was an accidental addition. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141551 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildit b/lib/buildit index d78bd3d2..b307806b 100755 --- a/lib/buildit +++ b/lib/buildit @@ -35,7 +35,7 @@ then RC_ProjectSourceVersion=1 fi -EXTRA_FLAGS="-std=c++0x -Wglobal-constructors" +EXTRA_FLAGS="-std=c++0x" case $TRIPLE in *-apple-*)