bug-teseq
[Top][All Lists]
Advanced

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

[Bug-teseq] AM_CFLAGS


From: Bruno Haible
Subject: [Bug-teseq] AM_CFLAGS
Date: Wed, 6 Aug 2008 15:36:47 +0200
User-agent: KMail/1.5.4

Hi Micah,

This line in Makefile.am

  AM_CFLAGS=-Wall -g -O2 -ansi -pedantic-errors

yields two problems:

1) It will non-gcc compilers make err out.

2) It makes it impossible to debug without modifying the Makefile.
I used
   $ ./configure CPPFLAGS="-g -Wall" CFLAGS= --prefix=/packages/gnu
(with the intent of debugging) and then see the files compiled with -O2
nevertheless.

Bruno





reply via email to

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