Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601808 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 41-49 Link Here
41
if test "$GCC" = "yes"; then
41
if test "$GCC" = "yes"; then
42
	if test "$enable_externalcflags" != "yes" ; then
42
	if test "$enable_externalcflags" != "yes" ; then
43
		if test "$enable_gperftools" = "yes" -o "$enable_debug" = "yes" ; then
43
		if test "$enable_gperftools" = "yes" -o "$enable_debug" = "yes" ; then
44
			CFLAGS="-O0 -fno-omit-frame-pointer -g -DMFSDEBUG -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv"
44
			CFLAGS="-O0 $CFLAGS -fno-omit-frame-pointer -g -DMFSDEBUG -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv"
45
		else
45
		else
46
			CFLAGS="-O2 $CFLAGS -g -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv"
46
			CFLAGS="-O2 $CFLAGS -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv"
47
		fi
47
		fi
48
	fi
48
	fi
49
	if test "$enable_gperftools" = "yes"; then
49
	if test "$enable_gperftools" = "yes"; then

Return to bug 601808