make CFG_OPTIMIZE_CXX an option

This commit is contained in:
Niko Matsakis 2011-11-11 10:24:58 -08:00
parent b55b8dc8bc
commit 1456a23f72
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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"