Обсуждение: Compiling with -O3 optimization

Поиск
Список
Период
Сортировка

Compiling with -O3 optimization

От
Francisco Reyes
Дата:
Installing 7.3.1 today and noticed that the FreeBSD package had a flag
WITH_OPTIMIZED_CFLAGS which in return sent to GCC the following flags
CFLAGS=-O -pipe  -O3 -funroll-loops -O3 -funroll-loops

Any known problems with these optimizations?