[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: addition to debian standards



Previously Tyson Dowd wrote:
> Not if CFLAGS is defined as
> 
> # Note must compile with these options or horrible things happen
> # after running for 3 days with lots of important data.
> CFLAGS = -fPIC -fno-builtin -g -Wall

Then that code is plain wrong. It should do:

# Note must compile with these options or horrible things happen
# after running for 3 days with lots of important data.
CFLAGS += -fPIC -fno-builtin -g -Wall

Wichert.

-- 
==============================================================================
This combination of bytes forms a message written to you by Wichert Akkerman.
E-Mail: wakkerma@wi.LeidenUniv.nl
WWW: http://www.wi.leidenuniv.nl/~wichert/

Attachment: pgpWVU801KSkG.pgp
Description: PGP signature


Reply to: