freetype-devel
[Top][All Lists]
Advanced

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

Re: A couple of issues with unix builds of freetype2 and ft2demos


From: Werner LEMBERG
Subject: Re: A couple of issues with unix builds of freetype2 and ft2demos
Date: Mon, 31 Jul 2000 04:50:10 +0200 (CEST)

> DEC's C compiler does not like it when optimization and debugging are
> specfied with the -O and -g flags.  If one wants both optimization and
> debugging symbols, use -g3.  I have to manually remove the -O2 and -g
> from the CFLAGS line in the generated config.mk.

Two choices:

  . fix the code in configure.in -- it already tests for `*-dec-osf*'
    in the $host variable, but this apparently doesn't catch the ID of
    your particular OS .

  . Say

      make CFLAGS='...'

    to override the built-in value of CFLAGS.


  Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]