commit | 03a466b3b9c7b4e00a09a334c67d6870ee7c6bba | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Mon Oct 10 17:36:59 2011 |
committer | Howard Hinnant <[email protected]> | Mon Oct 10 17:36:59 2011 |
tree | b91bd6321f77b3bcb7fff692afe4ab726c0af4ad | |
parent | 556e5860f970411bec3f440c1cb20563b51a77a6 [diff] |
Remove -Wglobal-constructors from flags. This was an accidental addition. llvm-svn: 141551
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index d78bd3d..b307806 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit
@@ -35,7 +35,7 @@ RC_ProjectSourceVersion=1 fi -EXTRA_FLAGS="-std=c++0x -Wglobal-constructors" +EXTRA_FLAGS="-std=c++0x" case $TRIPLE in *-apple-*)