On 4/8/09, Daniel Bainton <[email protected]> wrote: > 2009/4/8 Jan Blazek <[email protected]>: >> +OPTFLAGS = -Os > > This wont make any difference, you can't pass it from the command line > like this anyway. > You're overwriting OPTFLAGS here all the time to -Os. You'll have to > use the following for it to work: > OPTFLAGS ?= -Os >
that's not posix, but a bsd (and gnu) make extension though
