Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107584
Collapse All | Expand All

(-)mozconfig.eclass.orig (+2 lines)
Lines 83-88 Link Here
83
			--enable-optimize=-O1
83
			--enable-optimize=-O1
84
	elif is-flag -O1; then
84
	elif is-flag -O1; then
85
		mozconfig_annotate "from CFLAGS" --enable-optimize=-O1
85
		mozconfig_annotate "from CFLAGS" --enable-optimize=-O1
86
	elif is-flag -Os; then
87
		mozconfig_annotate "from CFLAGS" --enable-optimize=-Os
86
	else
88
	else
87
		mozconfig_annotate "mozilla fallback" --enable-optimize=-O2
89
		mozconfig_annotate "mozilla fallback" --enable-optimize=-O2
88
	fi
90
	fi

Return to bug 107584