After the 10.5.1 update this bug is still valid. Remove the -g from all
Leopard versions (until they fix it). This commit was SVN r16762.
Этот коммит содержится в:
родитель
c50f2aa74c
Коммит
d0f30e521b
@ -809,7 +809,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[
|
|||||||
OMPI_VAR_SCOPE_PUSH([ompi_config_asm_flags_new ompi_config_asm_flag])
|
OMPI_VAR_SCOPE_PUSH([ompi_config_asm_flags_new ompi_config_asm_flag])
|
||||||
AC_MSG_CHECKING([if need to remove -g from CCASFLAGS])
|
AC_MSG_CHECKING([if need to remove -g from CCASFLAGS])
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-apple-darwin9.0*)
|
*-apple-darwin9.*)
|
||||||
for ompi_config_asm_flag in $CCASFLAGS; do
|
for ompi_config_asm_flag in $CCASFLAGS; do
|
||||||
if test "$ompi_config_asm_flag" != "-g"; then
|
if test "$ompi_config_asm_flag" != "-g"; then
|
||||||
ompi_config_asm_flags_new="$ompi_config_asm_flags_new $ompi_config_asm_flag"
|
ompi_config_asm_flags_new="$ompi_config_asm_flags_new $ompi_config_asm_flag"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user