[comp.unix.questions] How to create DBX and non-DBX libraries?

rsalz@bbn.com (Rich Salz) (12/19/87)

We provide two programming libraries to our users.  We'd like to
set things up so that they can just do things:
	cc -o foo foo.c -lcronus
and use the optimized library, but if they do
	cc -g -o foo foo.c -lcronus
they get a DBX version.   What to I have to name the two libraries?

Tnx.
	/r$
-- 
For comp.sources.unix stuff, mail to sources@uunet.uu.net.