Skip to content

Commit 1456a23

Browse files
committed
make CFG_OPTIMIZE_CXX an option
1 parent b55b8dc commit 1456a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ opt sharedstd 1 "build libstd as a shared library"
251251
opt valgrind 1 "run tests with valgrind"
252252
opt docs 1 "build documentation"
253253
opt optimize 1 "build optimized rust code"
254+
opt optimize-cxx 1 "build optimized C++ code"
254255
opt mingw-cross 0 "cross-compile for win32 using mingw"
255256
opt clang 0 "prefer gcc to clang for building the runtime"
256257
opt debug-llvm 0 "build LLVM in debug mode"

0 commit comments

Comments
 (0)