automake
[Top][All Lists]
Advanced

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

Re: default -g ??!?


From: Raphael 'kena' Poss
Subject: Re: default -g ??!?
Date: Sat, 20 Nov 2010 16:47:00 +0100

Op 20 nov 2010, om 16:36 heeft MK het volgende geschreven:
> Maybe there is a way to do this via autoconf?

Yes, you can place:

  CFLAGS=""

at the beginning of your configure.ac, after AM_INIT_AUTOMAKE but before 
AC_PROG_CC.

This will prevent your configure from allowing user-specified CFLAGS overrides, 
but you will get what you want.

Cheers

-- k


reply via email to

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