bug-bison
[Top][All Lists]
Advanced

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

cflags


From: twlevo
Subject: cflags
Date: Sun, 23 Jan 2005 19:36:13 +0100 (CET)
User-agent: SquirrelMail/1.4.3a

from configure.ac: these macro's resulted not in
`gcc -O0' used for the bison test suite but `gcc -O2'.
can you check it too? Thanks.

O0CFLAGS=`echo $CFLAGS | sed 's/-O[0-9] *//'`
AC_SUBST([O0CFLAGS])
O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[0-9] *//'`
AC_SUBST([O0CXXFLAGS])

[also tested at >1024 line lengths and
 identifiers >1024 and that is all oke]






reply via email to

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