This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
disable -g flag
- From: JRBCAST <JRBCAST at teleline dot es>
- To: autoconf at gnu dot org,automake at gnu dot org
- Cc:
- Date: Fri, 05 Mar 2004 12:23:50 +0100
- Subject: disable -g flag
Hi,
I have been trying to disable the -g flag that autoconf uses when
compiling my GNU project. I have tried --enable-debug=no --disable-debug
and none works. I have had a look at google and some questions but no
response...
Can you help me?
my configure.ac is:
AC_INIT
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(Xmipp,0.9)
AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_LANG(C++)
...
All the next just checks for external libraries.
Cheers,