Compiling with -O3 optimization

Started by Francisco Reyesabout 23 years ago1 messagesgeneral
Jump to latest
#1Francisco Reyes
lists@natserv.com

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?