diff options
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 8454849501d..ae4e09e15dc 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -110313,8 +110313,8 @@ echo "${ECHO_T}$gxx_include_dir" >&6 # Optimization flags that are probably a good idea for thrill-seekers. Just # uncomment the lines below and make, everything else is ready to go... + # Alternatively OPTIMIZE_CXXFLAGS can be set in configure.host. # OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fvtable-gc - OPTIMIZE_CXXFLAGS= WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual' |