This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Unoptimized compilation in src - bug or intentional?


   Testing a fix to get the m32c working again, I noticed this:

Making all in src
make[4]: Entering directory `/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /home/rask/build/gcc-m32c-unknown-elf/./gcc/xgcc -shared-libgcc -B/home/rask/build/gcc-m32c-unknown-elf/./gcc -nostdinc++ -L/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libstdc++-v3/src -L/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libstdc++-v3/src/.libs
-nostdinc -B/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/newlib/ -isystem /home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/newlib/targ-include -isystem /n/12/rask/src/all/newlib/libc/include -B/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libgloss/m32c -L/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libgloss/libnosys
 -L/n/12/rask/src/all/libgloss/m32c -B/usr/local/m32c-unknown-elf/bin/ -B/usr/local/m32c-unknown-elf/lib/ -isystem /usr/local/m32c-unknown-elf/include -isystem /usr/local/m32c-unknown-elf/sys-include -L/home/rask/build/gcc-m32c-unknown-elf/./ld  -I/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libstdc++-v3/include/m32c-unknown-elf
-I/home/rask/build/gcc-m32c-unknown-elf/m32c-unknown-elf/libstdc++-v3/include -I/n/12/rask/src/all/libstdc++-v3/libsupc++  -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual  -fdiagnostics-show-location=once  -ffunction-sections -fdata-sections    
-c -o bitmap_allocator.lo /n/12/rask/src/all/libstdc++-v3/src/bitmap_allocator.cc

   There's no -O2 anywhere when compiling in the src subdirectory. Is that
intentional?

-- 
Rask Ingemann Lambertsen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]