[x264-devel] Re: o and g flags

Loren Merritt lorenm at u.washington.edu
Tue Mar 28 00:35:23 CEST 2006


On Mon, 27 Mar 2006, Tim Greatrex wrote:

> i'm trying to optimise for the mac a bit, and am having problems changing the 
> -o flags to -g to use with my analysis tool (shark). i gather this is the 
> right thing to do, but for some reason changing all the ones i can find in 
> the makefile does not change all the ones at compile, and it returns an 
> error.

The makefile includes some implicit rules.
e.g. make inherently has a rule
%.o: %.c
 	$(CC) $(CFLAGS) $(CXXFLAGS) $< -o $@
which is not written anywhere in the file.

--Loren Merritt

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list