From 1456a23f7211c961d25b2cade2f56a8a3d44c3e3 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 11 Nov 2011 10:24:58 -0800 Subject: [PATCH] make CFG_OPTIMIZE_CXX an option --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 464a023fd66..30d6ab6af2e 100755 --- a/configure +++ b/configure @@ -251,6 +251,7 @@ opt sharedstd 1 "build libstd as a shared library" opt valgrind 1 "run tests with valgrind" opt docs 1 "build documentation" opt optimize 1 "build optimized rust code" +opt optimize-cxx 1 "build optimized C++ code" opt mingw-cross 0 "cross-compile for win32 using mingw" opt clang 0 "prefer gcc to clang for building the runtime" opt debug-llvm 0 "build LLVM in debug mode"