- Indent one space; this crept up to deliver:
icc -g -finline-functions -fno-strict-aliasing-restrict -c help.c icc: Command line warning: ignoring option '-fno-strict-aliasing'; no argument required This commit was SVN r13507.
Этот коммит содержится в:
родитель
0732c555de
Коммит
80295b8f68
@ -195,7 +195,7 @@ AC_DEFUN([OMPI_SETUP_CC],[
|
||||
[ompi_cv_cc_restrict_cflags="yes"],
|
||||
[ompi_cv_cc_restrict_cflags="no"])])
|
||||
if test "$ompi_cv_cc_restrict_cflags" = "yes" ; then
|
||||
add="$RESTRICT_CFLAGS"
|
||||
add=" $RESTRICT_CFLAGS"
|
||||
fi
|
||||
|
||||
CFLAGS="${CFLAGS_orig}${add}"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user