Re: [dwm] [dmenu] OPTFLAGS in config.mk + patch

From: Daniel Bainton <dpb_AT_driftaway.org>
Date: Wed, 8 Apr 2009 17:37:01 +0300

2009/4/8 Szabolcs Nagy <nszabolcs_AT_gmail.com>:
> On 4/8/09, Daniel Bainton <dpb_AT_driftaway.org> wrote:
>> 2009/4/8 Jan Blazek <appolito2_AT_gmail.com>:
>>> +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
>

Ah. But anyway, the original wont work for specifying it in the command line...

--
Daniel
Received on Wed Apr 08 2009 - 14:37:01 UTC

This archive was generated by hypermail 2.2.0 : Wed Apr 08 2009 - 14:48:04 UTC