View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 266-272    Link Here 
ifeq ($(CC),icc)
ifeq ($(CC),icc)
  # Optimizations for the Intel compiler.
  # Optimizations for the Intel compiler.
  CFLAGS    = -O3 -rcd -Xa -ipo -ipo_obj
  CFLAGS    = -O3 -rcd -ipo -ipo_obj -w
else
else
ifeq ($(CC),sun-forte)
ifeq ($(CC),sun-forte)