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

(-)a/src/main.cc (-1 / +1 lines)
Lines 474-480 Link Here
474
		length += strlen( *ip ) + 3;
474
		length += strlen( *ip ) + 3;
475
	for ( ArgsVector::Iter lp = libraryPaths; lp.lte(); lp++ )
475
	for ( ArgsVector::Iter lp = libraryPaths; lp.lte(); lp++ )
476
		length += strlen( *lp ) + 3;
476
		length += strlen( *lp ) + 3;
477
#define COMPILE_COMMAND_STRING "gcc -Wall -Wwrite-strings" \
477
#define COMPILE_COMMAND_STRING "gcc ${CFLAGS} -Wall -Wwrite-strings" \
478
		" -g" \
478
		" -g" \
479
		" -o %s" \
479
		" -o %s" \
480
		" %s"
480
		" %s"

Return to bug 785250