1
1

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.
Этот коммит содержится в:
George Bosilca 2007-11-21 03:10:05 +00:00
родитель c50f2aa74c
Коммит d0f30e521b

Просмотреть файл

@ -809,7 +809,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[
OMPI_VAR_SCOPE_PUSH([ompi_config_asm_flags_new ompi_config_asm_flag])
AC_MSG_CHECKING([if need to remove -g from CCASFLAGS])
case "$host" in
*-apple-darwin9.0*)
*-apple-darwin9.*)
for ompi_config_asm_flag in $CCASFLAGS; do
if test "$ompi_config_asm_flag" != "-g"; then
ompi_config_asm_flags_new="$ompi_config_asm_flags_new $ompi_config_asm_flag"